From 954dbf013c4b04779437cb5ce62e53f3ee664235 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 26 Nov 2020 11:53:54 -0500 Subject: Use a table. Almost works. Extra blank lines with annotations --- coverage/htmlfiles/pyfile.html | 8 +++++--- coverage/htmlfiles/style.css | 4 ++-- coverage/htmlfiles/style.scss | 8 ++++---- tests/gold/html/styled/style.css | 4 ++-- 4 files changed, 13 insertions(+), 11 deletions(-) diff --git a/coverage/htmlfiles/pyfile.html b/coverage/htmlfiles/pyfile.html index e19853d1..426ecc07 100644 --- a/coverage/htmlfiles/pyfile.html +++ b/coverage/htmlfiles/pyfile.html @@ -68,11 +68,12 @@
+ {% for line in lines -%} {% joined %} -
+
{% endfor %} +
{{line.number}} - {{line.html}} + {{line.html}} {% if line.context_list %} {% endif %} @@ -94,9 +95,10 @@ {% endfor %} {% endif %} - {% endjoined %} +