home · contact · privacy
Fix HTML.
authorChristian Heller <c.heller@plomlompom.de>
Fri, 3 Jul 2020 23:24:28 +0000 (01:24 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Fri, 3 Jul 2020 23:24:28 +0000 (01:24 +0200)
enhance_table.py

index c2ea18d658abfa5e764d7f1c59d38e2448e7609c..25fcd08048705eab18309283ec51d39a5d716a91 100755 (executable)
@@ -170,7 +170,7 @@ if output_type == 'html':
         print('<tr class="day_row">')
         print('<td>%s</td>' % date)
         print('<td><table>')
-        print('<tr><th><abbr title="new">+<abbr></th></tr>')
+        print('<tr><th><abbr title="new">+</abbr></th></tr>')
         print('<tr><th><abbr title="%s">Σ</abbr></th></tr>' % long_wsum)
         print('<tr><th><abbr title="%s">Ø</abbr></th></tr>' % long_wavg)
         print('<tr><th><abbr title="%s">i</abbr></th></tr>' % long_winc)