From 3cd00401c7d6a43be94850bc8fe2c27c42237308 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 15 Feb 2016 15:54:00 -0500 Subject: Also get rid of the leading space --- coverage/htmlfiles/pyfile.html | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'coverage/htmlfiles') diff --git a/coverage/htmlfiles/pyfile.html b/coverage/htmlfiles/pyfile.html index b833676..8542a46 100644 --- a/coverage/htmlfiles/pyfile.html +++ b/coverage/htmlfiles/pyfile.html @@ -71,22 +71,22 @@
- {% for line in lines -%} -

{{line.number}}

- {% endfor %} +{% for line in lines -%} +

{{line.number}}

+{% endfor %}
- {# These are the source lines, which are very sensitive to whitespace. #} - {# The `{ # - # }` below are comments which slurp up the following space. #} - {% for line in lines -%} -

{#-#} - {% if line.annotate -%} - {{line.annotate}}{#-#} - {{line.annotate_long}}{#-#} - {% endif -%} - {{line.html}} {#-#} -

- {% endfor %} +{# These are the source lines, which are very sensitive to whitespace. -#} +{# The `{ # - # }` below are comments which slurp up the following space. -#} +{% for line in lines -%} +

{#-#} + {% if line.annotate -%} + {{line.annotate}}{#-#} + {{line.annotate_long}}{#-#} + {% endif -%} + {{line.html}} {#-#} +

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