Update about_cfg_to_wiki to handle U+2022 BULLET correctly

This commit is contained in:
Ignacio R. Morelle 2016-10-13 05:29:36 -03:00
parent 4c5b7d1f87
commit 66915f4b93

View file

@ -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("<hr>")
continue
if comment: