diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-12-03 08:54:27 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-12-03 08:54:27 -0500 |
commit | 5f7375fb90aaf728ebf6c9da9a61b5302dcbd71b (patch) | |
tree | 60f4c9265e686d2685c1a10d4a4acdff04ef7f79 /coverage/htmlfiles | |
parent | e0b2014fad18f284256c94422d940ceb84e8be24 (diff) | |
parent | 99a3e92e89c3e9d4a0dd73ae71b0b849d7fddbee (diff) | |
download | python-coveragepy-5f7375fb90aaf728ebf6c9da9a61b5302dcbd71b.tar.gz |
Merged default onto config.
Diffstat (limited to 'coverage/htmlfiles')
-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 566244f..62518ba 100644 --- a/coverage/htmlfiles/pyfile.html +++ b/coverage/htmlfiles/pyfile.html @@ -48,7 +48,7 @@ function toggle_lines(btn, cls) { </td>
<td class='text' valign='top'>
{% for line in lines %}
- <p class='{{line.class}}'>{% if line.annotate %}<span class='annotate'>{{line.annotate}}</span>{% endif %}{{line.html}}<span class='strut'> </span></p>
+ <p class='{{line.class}}'>{% if line.annotate %}<span class='annotate' title='{{line.annotate_title}}'>{{line.annotate}}</span>{% endif %}{{line.html}}<span class='strut'> </span></p>
{% endfor %}
</td>
</tr>
|