diff options
author | Jonas Smedegaard <dr@jones.dk> | 2021-05-19 22:31:54 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2021-05-19 22:31:54 +0200 |
commit | dd6cbebc3bd4a0bdea6747dfe42d8cfd1af01e50 (patch) | |
tree | dbd7a6570248bacec9dfe6fe95ef2ad746e91969 /bin | |
parent | a8e7bdd1c05839844907b17d077e3c3c16a730c1 (diff) |
fix separate description from trailing single-line notes in output
Diffstat (limited to 'bin')
-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; |