From: Christian Heller Date: Fri, 3 Jul 2020 20:07:06 +0000 (+0200) Subject: Fix week delimit highlight spilling over into details tables. X-Git-Url: https://plomlompom.com/repos/?p=berlin-corona-table;a=commitdiff_plain;h=7092323db330f42fccccc17b7c2f36d8976b3756 Fix week delimit highlight spilling over into details tables. --- diff --git a/enhance_table.py b/enhance_table.py index 785e231..5c22f8d 100755 --- a/enhance_table.py +++ b/enhance_table.py @@ -134,7 +134,7 @@ if output_type == 'html': print('') print('') print('') print('') @@ -147,7 +147,7 @@ if output_type == 'html': sorted_dates.reverse() sum_district = sorted_districts[-1] for date in sorted_dates: - print('') + print('') print('' % date) long_wsum = translate['wsum'] long_wavg = translate['wavg']
%s