From 7ed678a05e8338f8a5829e9d7e1bddf7a62684fa Mon Sep 17 00:00:00 2001 From: Christian Heller <c.heller@plomlompom.de> Date: Fri, 3 Jul 2020 22:35:56 +0200 Subject: [PATCH] Improve title of HTML version. --- enhance_table.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/enhance_table.py b/enhance_table.py index 8d0fd33..1ba459e 100755 --- a/enhance_table.py +++ b/enhance_table.py @@ -139,9 +139,9 @@ table, tr, th, td { border: 1px solid black; } .day_row:nth-child(7n+2) { background-color: yellow; } .district_name { writing-mode: vertical-rl; transform: rotate(180deg); } </style> -<title>Table of Berlin's Corona infection number development by districts</title> +<title>Berlin's Corona infection numbers, development by districts</title> </head> -<h1>Table of Berlin's Corona infection number development by districts</h1> +<h1>Berlin's Corona infection numbers, development by districts</h1> <p>Updated daily at 9pm. <a href="https://plomlompom.com/repos/?p=berlin-corona-table">Source code</a>. <a href="berlin_corona.txt">Text view optimized for terminal curl</a>.</p> <table> <tr> -- 2.30.2