From 7187b9971214fefa7f8c7c4affc105d20e56ca2f Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 16 Aug 2019 22:27:55 +0200 Subject: [PATCH] Fix ordered list tag. Signed-off-by: Chris --- kate/plugins/autobookmarker/autobookmarker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kate/plugins/autobookmarker/autobookmarker.cpp b/kate/plugins/autobookmarker/autobookmarker.cpp index 3f87f1580..2be5b00fb 100644 --- a/kate/plugins/autobookmarker/autobookmarker.cpp +++ b/kate/plugins/autobookmarker/autobookmarker.cpp @@ -396,7 +396,7 @@ AutoBookmarkerConfigPage::AutoBookmarkerConfigPage( TQWidget *parent, const char "
  • The entity is dismissed, if a mime and/or filename mask is defined, " "and neither matches the document.
  • " "
  • Otherwise each line of the document is tried against the pattern, " - "and a bookmark is set on matching lines.
  • " + "and a bookmark is set on matching lines." "

    Use the buttons below to manage your collection of entities.

    ") ); TQHBoxLayout *lo1 = new TQHBoxLayout ( lo );