summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2021-05-19 22:31:54 +0200
committerJonas Smedegaard <dr@jones.dk>2021-05-19 22:31:54 +0200
commitdd6cbebc3bd4a0bdea6747dfe42d8cfd1af01e50 (patch)
treedbd7a6570248bacec9dfe6fe95ef2ad746e91969
parenta8e7bdd1c05839844907b17d077e3c3c16a730c1 (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;