diff --git a/src/calibre/gui2/dialogs/search.py b/src/calibre/gui2/dialogs/search.py index 2bd5090f04..771da22b52 100644 --- a/src/calibre/gui2/dialogs/search.py +++ b/src/calibre/gui2/dialogs/search.py @@ -252,8 +252,7 @@ def create_template_tab(self): "With Text comparisons you can use exact, contains " "or regular expression matches. With Date you can use " "today, yesterday, etc. Set/not set takes 'true' for set " - "and 'false' for not set.") - + '

') + "and 'false' for not set.") + '

') l.addRow(_('Template &value:'), le) self.template_test_type_box = le = QComboBox(w)