From e0775064500aad4a8b51e50db80587be62607e3d Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 16 Oct 2021 19:07:57 -0400 Subject: refactor(html): use header/main/footer html5 elements --- coverage/htmlfiles/index.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'coverage/htmlfiles/index.html') diff --git a/coverage/htmlfiles/index.html b/coverage/htmlfiles/index.html index 3654d66a..b5d2bcd1 100644 --- a/coverage/htmlfiles/index.html +++ b/coverage/htmlfiles/index.html @@ -22,7 +22,7 @@ - + -
+
+ -
+
{# The title="" attr doesn"t work in Safari. #} @@ -111,16 +111,16 @@ {% if skipped_empty_msg %}

{{ skipped_empty_msg }}

{% endif %} - + - + -- cgit v1.2.1