--- a/Helpviewer/OpenSearch/OpenSearchEngineModel.py Thu Jun 02 12:15:54 2011 +0200 +++ b/Helpviewer/OpenSearch/OpenSearchEngineModel.py Thu Jun 02 20:27:15 2011 +0200 @@ -130,9 +130,9 @@ description = self.trUtf8("<strong>Description:</strong> {0}")\ .format(engine.description()) if engine.providesSuggestions(): - description.append("<br/>") - description.append( - self.trUtf8("<strong>Provides contextual suggestions</strong>")) + description += "<br/>" + description += \ + self.trUtf8("<strong>Provides contextual suggestions</strong>") return description elif index.column() == 1: