more readable format for breakfast wishes
This commit is contained in:
parent
2416875ec0
commit
5df2f840b2
1 changed files with 1 additions and 1 deletions
2
parse.py
2
parse.py
|
@ -124,7 +124,7 @@ def wiki_stats(items: Dict[int, str], count_items: Dict[int, int], questions: Di
|
|||
|
||||
ret += '== Wünsche an das ewige Frühstück ==\n'
|
||||
for wish in quest_answers[BREAKFASTWISHES_ID]:
|
||||
ret += f"* <pre>{wish[1]}</pre>\n"
|
||||
ret += '* ' + wish[1].replace('\r\n', '<br/>').replace('\n', '<br/>') + '\n'
|
||||
ret += "\n"
|
||||
|
||||
ret += ('== Checkbox-Abfragen ==\n'
|
||||
|
|
Loading…
Reference in a new issue