From aca3474fd2f367b41da963d4b4c2cbfb680118d1 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Jan 27 2022 19:34:31 +0000 Subject: HTML validation fixes: declare language, correct margin unit Ran the page through the w3c validator and discovered that we're supposed to declare the page's language, and the bottom margin of the table had a typo in the unit ("pm" not "px"). Signed-off-by: Adam Williamson --- diff --git a/fedora_nightlies.py b/fedora_nightlies.py index b24a667..a78352b 100755 --- a/fedora_nightlies.py +++ b/fedora_nightlies.py @@ -44,12 +44,12 @@ from urllib.request import Request # HTML template HTML_TEMPLATE = """ - +