aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/events2md.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/events2md.pl b/bin/events2md.pl
index 3a35a32..be13a8b 100755
--- a/bin/events2md.pl
+++ b/bin/events2md.pl
@@ -224,7 +224,9 @@ sub print_event
if $timespan;
$_ .= " \n**Pris:** $price"
if $price;
- $_ .= " \n[Køb billet på Billetto]($attachments{'billetto.dk'}[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]) "
if $attachments{'billetto.dk'};
$_ .= " \n[Læs mere her]($attachments{'byvandring.nu'}[0])"
if $attachments{'byvandring.nu'};