summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2024-06-19 12:38:46 +0200
committerJonas Smedegaard <dr@jones.dk>2024-06-19 12:38:46 +0200
commit5c4652abf13650266cbe5912e9a56b574d5e3f5d (patch)
tree187bb81909f5441864a91aa3e91ed6b6a4ebcf68
parent425357ac6f314d600bbe2fd3480aa1ceebceab1a (diff)
fix strip double trailing spacesHEADmaster
-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'};