mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-20 23:14:27 +00:00
Update about_cfg_to_wiki to handle U+2022 BULLET correctly
This commit is contained in:
parent
4c5b7d1f87
commit
66915f4b93
@ -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…
x
Reference in New Issue
Block a user