diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2012-04-28 17:55:37 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2012-04-28 17:55:37 -0400 |
commit | f8c766f4f61bc398b5ccd857fbe0b13f28e60190 (patch) | |
tree | 2a32e5e1829eb41823597eacb4fc8b45926a7043 /coverage/htmlfiles/pyfile.html | |
parent | 89974b205eb2c35998fcb5f03f4520cf010deaae (diff) | |
download | python-coveragepy-git-f8c766f4f61bc398b5ccd857fbe0b13f28e60190.tar.gz |
Color the buttons on the pyfile page, so they have a visual connection to the lines they affect.
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 2d3d8a3b..490fad86 100644 --- a/coverage/htmlfiles/pyfile.html +++ b/coverage/htmlfiles/pyfile.html @@ -27,7 +27,7 @@ </h1> <img id='keyboard_icon' src='keybd_closed.png'> <h2 class='stats'> - {{nums.n_statements}} statements + {{nums.n_statements}} statements <span class='{{c_run}} shortkey_r button_toggle_run'>{{nums.n_executed}} run</span> <span class='{{c_mis}} shortkey_m button_toggle_mis'>{{nums.n_missing}} missing</span> <span class='{{c_exc}} shortkey_x button_toggle_exc'>{{nums.n_excluded}} excluded</span> |