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:
ecc9a92
)
Remove parentheses from week day names.
author
Christian Heller
<c.heller@plomlompom.de>
Sat, 4 Jul 2020 11:22:39 +0000
(13:22 +0200)
committer
Christian Heller
<c.heller@plomlompom.de>
Sat, 4 Jul 2020 11:22:39 +0000
(13:22 +0200)
enhance_table.py
patch
|
blob
|
history
diff --git
a/enhance_table.py
b/enhance_table.py
index ab6ec46f071ce88484503007d163569759369eb1..7fe22b3cf04195dff574a14084b6f71b165c7ce6 100755
(executable)
--- a/
enhance_table.py
+++ b/
enhance_table.py
@@
-172,7
+172,7
@@
th { text-align: left; vertical-align: bottom; }
print('</tr>')
print('<tr class="day_row">')
weekday = calendar.day_name[datetime.date.fromisoformat(date).weekday()]
- print('<td>%s<br />
(%s)
</td>' % (date, weekday))
+ print('<td>%s<br />
%s
</td>' % (date, weekday))
print('<td><table>')
for abbr in ['+', 'Σ', 'Ø', 'i']:
print('<tr><th><abbr title="%s">%s</abbr></th></tr>' %