aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2024-06-19 12:38:46 +0200
committerJonas Smedegaard <dr@jones.dk>2024-08-27 23:39:36 +0200
commitcc64a4bc013986bdfdfa6c45136c262cabcd63e7 (patch)
tree85da74ddf19a45535f96cecd766bd0f6e750de9c
parent0b894a563a51693de41dff7bf59c82333fd93866 (diff)
fix strip double trailing spaces
-rwxr-xr-xbin/events2md.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/events2md.pl b/bin/events2md.pl
index be13a8b..cd662bb 100755
--- a/bin/events2md.pl
+++ b/bin/events2md.pl
@@ -224,9 +224,9 @@ sub print_event
if $timespan;
$_ .= " \n**Pris:** $price"
if $price;
- $_ .= " \n[Køb billet på Holdbar]($attachments{'byvandring.holdbar.com'}[0]) "
+ $_ .= " \n[Køb billet på Holdbar]($attachments{'byvandring.holdbar.com'}[0])"
if $attachments{'byvandring.holdbar.com'};
- $_ .= " \n[Køb billet på Billetto]($attachments{'billetto.dk'}[0]) "
+ $_ .= " \n[Køb billet på Billetto]($attachments{'billetto.dk'}[0])"
if $attachments{'billetto.dk'};
$_ .= " \n[Læs mere her]($attachments{'byvandring.nu'}[0])"
if $attachments{'byvandring.nu'};