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/pyfile.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'coverage/htmlfiles/pyfile.html') diff --git a/coverage/htmlfiles/pyfile.html b/coverage/htmlfiles/pyfile.html index e15be066..33cab95a 100644 --- a/coverage/htmlfiles/pyfile.html +++ b/coverage/htmlfiles/pyfile.html @@ -24,7 +24,7 @@ - + -
+
+ -
+
{% for line in lines -%} {% joined %}

@@ -98,16 +98,16 @@

{% endjoined %} {% endfor %} -
+ - + -- cgit v1.2.1