]> git.refcnt.org Git - lugs.git/commitdiff
make-html: omit superfluous end tag
authorSteven Schubiger <stsc@refcnt.org>
Sun, 27 Dec 2015 17:36:28 +0000 (18:36 +0100)
committerSteven Schubiger <stsc@refcnt.org>
Sun, 27 Dec 2015 17:36:28 +0000 (18:36 +0100)
make-html/make-html.pl

index be6d14525cae6f6ec7d7dd20a19c797a6ca2cb77..83545f18b2a5bd0e8a9f8238492c7312d77626a0 100755 (executable)
@@ -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('</td></tr>');
+        $self->print_raw_html('</tr>');
     }
 
     $self->print_template('tabellenende');