aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2021-05-19 22:31:54 +0200
committerJonas Smedegaard <dr@jones.dk>2024-08-27 23:39:36 +0200
commit92f5ced0b3af6c5095ec2bf83f963445c627dd03 (patch)
tree5b978d3556a6758f134a041f09c931c3a6ffdf3e
parent40fff05bc2421939549fa215a863dba37e5be1e8 (diff)
fix separate description from trailing single-line notes in output
-rwxr-xr-xbin/events2md.pl1
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;