From c56f4c68792bd6539c83b04876e81d29ae0d2c95 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Fri, 3 Jul 2020 22:29:23 +0200 Subject: [PATCH] Make HTML valid. --- enhance_table.py | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/enhance_table.py b/enhance_table.py index 14c0134..7410589 100755 --- a/enhance_table.py +++ b/enhance_table.py @@ -131,12 +131,17 @@ for i in range(len(sorted_dates)): # Optimized for web browser viewing. if output_type == 'html': - print(""" + print(""" + +

Table of Berlin's Corona infection number development by districts

+ +Table of Berlin's Corona infection number development by districts + +

Table of Berlin's Corona infection number development by districts

Updated daily at 9pm. Source code. Text view optimized for terminal curl.

-- 2.30.2