WebBrowser/OpenSearch/OpenSearchReader.py

branch
maintenance
changeset 6455
22a6fc33ab6d
parent 6436
7fa64ad908c3
child 6645
ad476851d7e0
equal deleted inserted replaced
6409:913a08004977 6455:22a6fc33ab6d
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