Update about_cfg_to_wiki to handle U+2022 BULLET correctly
This commit is contained in:
parent
4c5b7d1f87
commit
66915f4b93
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue