mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-21 07:23:34 +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:
|
for section in sections:
|
||||||
print("=== %s ===" % section.title)
|
print("=== %s ===" % section.title)
|
||||||
for name, comment, wikiuser, email in section.lines:
|
for name, comment, wikiuser, email in section.lines:
|
||||||
if name == "*":
|
if name in ("*", "•"):
|
||||||
print("<hr>")
|
print("<hr>")
|
||||||
continue
|
continue
|
||||||
if comment:
|
if comment:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user