fix line breaks in template

This commit is contained in:
Tomáš Mládek 2021-02-27 09:49:17 +01:00
parent e8bfd02259
commit b523d3b547

View file

@ -5,7 +5,7 @@ class Config:
'https://sdbs.cz/wp-content/themes/sdbs/file-download.php?type=in',
'https://sdbs.cz/wp-content/themes/sdbs/file-download.php?type=out'
]
EVENT_TEMPLATE = "\n".join((
EVENT_TEMPLATE = "<br>".join((
"<b>{title}</b>",
"{date} {location}",
"{url}",