more readable format for breakfast wishes

This commit is contained in:
Johannes 2023-11-02 14:48:27 +01:00
parent 2416875ec0
commit 5df2f840b2

View file

@ -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'