Skip to content

Commit

Permalink
Update about_cfg_to_wiki to handle U+2022 BULLET correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
irydacea committed Oct 13, 2016
1 parent 4c5b7d1 commit 66915f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/tools/about_cfg_to_wiki
Expand Up @@ -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:
Expand Down

0 comments on commit 66915f4

Please sign in to comment.