From 3d86d1e29c61ed5b04c334bfe080a0f661047734 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Fri, 3 Jul 2020 22:10:19 +0200 Subject: [PATCH] Minor CSS refactor. --- enhance_table.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/enhance_table.py b/enhance_table.py index 5c22f8d..a969895 100755 --- a/enhance_table.py +++ b/enhance_table.py @@ -135,14 +135,15 @@ if output_type == 'html': print('') print('') print('') print('') for district in sorted_districts: long_form = translate[district] - print('' % long_form) + print('' % long_form) print('') sorted_dates.reverse() sum_district = sorted_districts[-1] -- 2.30.2
date%s%s