From 7092323db330f42fccccc17b7c2f36d8976b3756 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Fri, 3 Jul 2020 22:07:06 +0200 Subject: [PATCH] Fix week delimit highlight spilling over into details tables. --- enhance_table.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'] -- 2.30.2
%s