diff options
author | Jonas Smedegaard <dr@jones.dk> | 2021-05-19 22:07:57 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2024-08-27 23:39:36 +0200 |
commit | f9d697072d52a30d1435a13ba6ed340c0f61bc38 (patch) | |
tree | d537049962d2323e47ef7b1423d7d3179f05bd8d | |
parent | d6ca82c05062b7e5ff2c67574be08c0d2e9d810d (diff) |
tidy newlines in output
-rwxr-xr-x | bin/events2md.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/events2md.pl b/bin/events2md.pl index 2f2db52..abcfd75 100755 --- a/bin/events2md.pl +++ b/bin/events2md.pl @@ -213,9 +213,9 @@ STRING if $time_begin and $time_end; $_ .= "**Pris:** $price \n" if $price; - $_ .= "[Køb billet på Billetto]($attachments{'billetto.dk'}[0])" + $_ .= "[Køb billet på Billetto]($attachments{'billetto.dk'}[0]) \n" if $attachments{'billetto.dk'}; - $_ .= "\n\n---\n\n"; + $_ .= "\n---\n\n"; if ($path) { $path->append_utf8($_); |