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: