diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2016-02-15 15:54:00 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-02-15 15:54:00 -0500 |
commit | 02d3d97b3d055aa254daa5273683e65cb1056e5d (patch) | |
tree | f496f43f1e300792ed16e48c22b166361dbc97b8 /coverage/htmlfiles | |
parent | 339f3402f1e18c2175a90d168c707a7dcbd966e4 (diff) | |
download | python-coveragepy-git-02d3d97b3d055aa254daa5273683e65cb1056e5d.tar.gz |
Also get rid of the leading space
Diffstat (limited to 'coverage/htmlfiles')
-rw-r--r-- | coverage/htmlfiles/pyfile.html | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/coverage/htmlfiles/pyfile.html b/coverage/htmlfiles/pyfile.html index b8336760..8542a467 100644 --- a/coverage/htmlfiles/pyfile.html +++ b/coverage/htmlfiles/pyfile.html @@ -71,22 +71,22 @@ <table> <tr> <td class="linenos"> - {% for line in lines -%} - <p id="n{{line.number}}" class="{{line.class}}"><a href="#n{{line.number}}">{{line.number}}</a></p> - {% endfor %} +{% for line in lines -%} + <p id="n{{line.number}}" class="{{line.class}}"><a href="#n{{line.number}}">{{line.number}}</a></p> +{% endfor %} </td> <td class="text"> - {# 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 -%} - <p id="t{{line.number}}" class="{{line.class}}">{#-#} - {% if line.annotate -%} - <span class="annotate short">{{line.annotate}}</span>{#-#} - <span class="annotate long">{{line.annotate_long}}</span>{#-#} - {% endif -%} - {{line.html}}<span class="strut"> </span>{#-#} - </p> - {% 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 -%} + <p id="t{{line.number}}" class="{{line.class}}">{#-#} + {% if line.annotate -%} + <span class="annotate short">{{line.annotate}}</span>{#-#} + <span class="annotate long">{{line.annotate_long}}</span>{#-#} + {% endif -%} + {{line.html}}<span class="strut"> </span>{#-#} + </p> +{% endfor %} </td> </tr> </table> |