fix line breaks in template
This commit is contained in:
parent
e8bfd02259
commit
b523d3b547
1 changed files with 1 additions and 1 deletions
|
@ -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}",
|
||||
|
|
Loading…
Reference in a new issue