WebBrowser/OpenSearch/OpenSearchReader.py

changeset 6436
7fa64ad908c3
parent 6048
82ad8ec9548c
child 6645
ad476851d7e0
equal deleted inserted replaced
6435:4f42a7bb86c4 6436:7fa64ad908c3
72 continue 72 continue
73 73
74 if (not type_ or 74 if (not type_ or
75 type_ == "text/html" or 75 type_ == "text/html" or
76 type_ == "application/xhtml+xml") and \ 76 type_ == "application/xhtml+xml") and \
77 engine.suggestionsUrlTemplate(): 77 engine.searchUrlTemplate():
78 continue 78 continue
79 79
80 if not url: 80 if not url:
81 continue 81 continue
82 82

eric ide

mercurial