From dd6cbebc3bd4a0bdea6747dfe42d8cfd1af01e50 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Wed, 19 May 2021 22:31:54 +0200 Subject: fix separate description from trailing single-line notes in output --- bin/events2md.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'bin') 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; -- cgit v1.2.3