diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-09-23 11:00:53 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-09-23 11:00:53 -0400 |
| commit | e3ff72a32401f97b4e3f8e627780c87366d62414 (patch) | |
| tree | 9b965e865b7f3da28933dae40bd73a7b539a39c4 /coverage/htmlfiles/pyfile.html | |
| parent | 0b96d1ba8b0fb03628a57e255b39243c66751038 (diff) | |
| download | python-coveragepy-git-e3ff72a32401f97b4e3f8e627780c87366d62414.tar.gz | |
Syntax coloring in the HTML reports.
Diffstat (limited to 'coverage/htmlfiles/pyfile.html')
| -rw-r--r-- | coverage/htmlfiles/pyfile.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/htmlfiles/pyfile.html b/coverage/htmlfiles/pyfile.html index d1810fa1..a7cd1d3c 100644 --- a/coverage/htmlfiles/pyfile.html +++ b/coverage/htmlfiles/pyfile.html @@ -43,7 +43,7 @@ function toggle_lines(btn, cls) { </td>
<td class='text' valign='top'>
{% for line in lines %}
- <p class='{{line.class}}'>{{line.text.rstrip|escape|not_empty}}</p>
+ <p class='{{line.class}}'>{{line.html}}<span class="strut"> </span></p>
{% endfor %}
</td>
</tr>
|
