diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2023-03-22 13:12:16 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2023-03-22 13:58:58 -0400 |
| commit | 63f3e495b184ebd9aa4c9d757fb78ed148580d29 (patch) | |
| tree | af4c68f94d50fafe94d56fce46cf92739cd8bd3f /coverage/htmlfiles/pyfile.html | |
| parent | a5dc01131b1a38bb7c7908ad968488d87e3664ed (diff) | |
| download | python-coveragepy-git-63f3e495b184ebd9aa4c9d757fb78ed148580d29.tar.gz | |
style: clean up #1587
Diffstat (limited to 'coverage/htmlfiles/pyfile.html')
| -rw-r--r-- | coverage/htmlfiles/pyfile.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/coverage/htmlfiles/pyfile.html b/coverage/htmlfiles/pyfile.html index 1921e1c2..bc8fa697 100644 --- a/coverage/htmlfiles/pyfile.html +++ b/coverage/htmlfiles/pyfile.html @@ -14,7 +14,7 @@ {% if contexts_json %} <script type="text/javascript"> - contexts = {{ contexts_json }} + contexts = {{ contexts_json }} </script> {% endif %} @@ -125,9 +125,7 @@ </span> {# Things that should appear below the line. #} {% if line.context_str %} - <span class="ctxs"> - {{ line.context_str }} - </span> + <span class="ctxs">{{ line.context_str }}</span> {% endif %} </p> {% endjoined %} |
