diff options
-rwxr-xr-x | bin/events2md.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/events2md.pl b/bin/events2md.pl index 29584de..7e41f28 100755 --- a/bin/events2md.pl +++ b/bin/events2md.pl @@ -206,6 +206,7 @@ sub print_event $_ = <<"STRING"; ### $time_begin. $summary $description + STRING $_ .= "**Mødested:** $location \n" if $location; |