--- a/Helpviewer/OpenSearch/OpenSearchReader.py Sat Oct 19 13:03:39 2013 +0200 +++ b/Helpviewer/OpenSearch/OpenSearchReader.py Sat Oct 19 14:05:26 2013 +0200 @@ -102,8 +102,8 @@ engine.setSuggestionsParameters(parameters) engine.setSuggestionsMethod(method) elif not type_ or \ - type_ == "text/html" or \ - type_ == "application/xhtml+xml": + type_ == "text/html" or \ + type_ == "application/xhtml+xml": engine.setSearchUrlTemplate(url) engine.setSearchParameters(parameters) engine.setSearchMethod(method)