home · contact · privacy
Fix HTML.
[berlin-corona-table] / 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)