From 66915f4b93705094b8db4f4610cfbb9e4d85813d Mon Sep 17 00:00:00 2001 From: "Ignacio R. Morelle" Date: Thu, 13 Oct 2016 05:29:36 -0300 Subject: [PATCH] Update about_cfg_to_wiki to handle U+2022 BULLET correctly --- data/tools/about_cfg_to_wiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/tools/about_cfg_to_wiki b/data/tools/about_cfg_to_wiki index 26c947c8708b..3f5565cf2dd4 100755 --- a/data/tools/about_cfg_to_wiki +++ b/data/tools/about_cfg_to_wiki @@ -91,7 +91,7 @@ developer to do it for you. for section in sections: print("=== %s ===" % section.title) for name, comment, wikiuser, email in section.lines: - if name == "*": + if name in ("*", "•"): print("
") continue if comment: