diff options
author | Jonas Smedegaard <dr@jones.dk> | 2021-05-19 22:31:54 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2024-08-27 23:39:36 +0200 |
commit | 92f5ced0b3af6c5095ec2bf83f963445c627dd03 (patch) | |
tree | 5b978d3556a6758f134a041f09c931c3a6ffdf3e | |
parent | 40fff05bc2421939549fa215a863dba37e5be1e8 (diff) |
fix separate description from trailing single-line notes in output
-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; |