Helpviewer/OpenSearch/OpenSearchReader.py

changeset 3034
7ce719013078
parent 3022
57179e4cdadd
child 3035
36e9f388958b
--- a/Helpviewer/OpenSearch/OpenSearchReader.py	Sat Oct 19 12:28:12 2013 +0200
+++ b/Helpviewer/OpenSearch/OpenSearchReader.py	Sat Oct 19 13:03:39 2013 +0200
@@ -69,8 +69,8 @@
                    engine.suggestionsUrlTemplate():
                     continue
                 
-                if (not type_ or \
-                    type_ == "text/html" or \
+                if (not type_ or
+                    type_ == "text/html" or
                     type_ == "application/xhtml+xml") and \
                    engine.suggestionsUrlTemplate():
                     continue

eric ide

mercurial