summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris <xchrisx@uber.space>2019-08-16 22:27:55 +0200
committerSlávek Banko <slavek.banko@axis.cz>2019-08-18 18:24:53 +0200
commit976601c97c9a8ec6d167026ecb7ad95c5abf0885 (patch)
tree478bb4f9817f2acc57a194b80db064f5c6427174
parenteeb7d0f646a2d375b960bf89182bda504c6d895b (diff)
downloadtdelibs-976601c97c9a8ec6d167026ecb7ad95c5abf0885.tar.gz
tdelibs-976601c97c9a8ec6d167026ecb7ad95c5abf0885.zip
Fix ordered list tag.
Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit 7187b9971214fefa7f8c7c4affc105d20e56ca2f)
-rw-r--r--kate/plugins/autobookmarker/autobookmarker.cpp2
1 files changed, 1 insertions, 1 deletions
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
"<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 );