home
·
contact
·
privacy
projects
/
berlin-corona-table
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a5c961
)
Fix HTML.
author
Christian Heller
<c.heller@plomlompom.de>
Fri, 3 Jul 2020 23:24:28 +0000
(
01:24
+0200)
committer
Christian Heller
<c.heller@plomlompom.de>
Fri, 3 Jul 2020 23:24:28 +0000
(
01:24
+0200)
enhance_table.py
patch
|
blob
|
history
diff --git
a/enhance_table.py
b/enhance_table.py
index c2ea18d658abfa5e764d7f1c59d38e2448e7609c..25fcd08048705eab18309283ec51d39a5d716a91 100755
(executable)
--- a/
enhance_table.py
+++ b/
enhance_table.py
@@
-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)