summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2021-05-19 22:07:57 +0200
committerJonas Smedegaard <dr@jones.dk>2021-05-19 22:07:57 +0200
commitf268c01ffc24d6ae0148e52011b9c425be47792d (patch)
tree642f29e219a7e36996881de1659ac02f2a870396
parentf61cf2f40c23826707dd4ea430a46d0f281ce57d (diff)
tidy newlines in output
-rwxr-xr-xbin/events2md.pl4
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($_);