Branch: master

7187b997 2019-08-16 20:32:46 Chris
Fix ordered list tag.

Signed-off-by: Chris <xchrisx@...>
M kate/plugins/autobookmarker/autobookmarker.cpp

kate/plugins/autobookmarker/autobookmarker.cpp

diff --git a/kate/plugins/autobookmarker/autobookmarker.cpp b/kate/plugins/autobookmarker/autobookmarker.cpp
index 3f87f15..2be5b00 100644
--- a/kate/plugins/autobookmarker/autobookmarker.cpp
+++ b/kate/plugins/autobookmarker/autobookmarker.cpp
@@ -396,7 +396,7 @@
       "<li>The entity is dismissed, if a mime and/or filename mask is defined, "
       "and neither matches the document.</li>"
       "<li>Otherwise each line of the document is tried against the pattern, "
-      "and a bookmark is set on matching lines.</li></ul>"
+      "and a bookmark is set on matching lines.</li></ol>"
       "<p>Use the buttons below to manage your collection of entities.</p>") );
 
   TQHBoxLayout *lo1 = new TQHBoxLayout ( lo );