From: Steven Schubiger Date: Sun, 27 Dec 2015 17:36:28 +0000 (+0100) Subject: make-html: omit superfluous end tag X-Git-Url: http://git.refcnt.org/?p=lugs.git;a=commitdiff_plain;h=4069e4a7585b2f77c626bb18d3d257dd49832d4c make-html: omit superfluous end tag --- diff --git a/make-html/make-html.pl b/make-html/make-html.pl index be6d145..83545f1 100755 --- a/make-html/make-html.pl +++ b/make-html/make-html.pl @@ -3,13 +3,13 @@ # Konvertiert die LUGS-Terminliste (im ASCII Format) in ein HTML-File # # (c) 1996-1998 Roland Alder -# (c) 2007-2008, 2011-2014 Steven Schubiger +# (c) 2007-2008, 2011-2015 Steven Schubiger use strict; use warnings; use lib qw(lib); -my $VERSION = '0.04'; +my $VERSION = '0.05'; #----------------------- # Start of configuration @@ -228,7 +228,7 @@ sub process_events LINK => $ics_link, }); - $self->print_raw_html(''); + $self->print_raw_html(''); } $self->print_template('tabellenende');