diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/events2md.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/events2md.pl b/bin/events2md.pl index 7e41f28..8618b24 100755 --- a/bin/events2md.pl +++ b/bin/events2md.pl @@ -182,7 +182,7 @@ sub print_event $description =~ s/\n\n[Pp]ris:\s*((?!\n).+)\s*\z//m; my $price = $1; if ( $event->{ATTENDEE} ) { - $description .= "\nMed "; + $description .= " \nMed "; $description .= join ' og ', map { $_->{CN} || $_->{value} =~ s/^mailto://r } @{ $event->{ATTENDEE} }; |