diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2010-03-14 10:00:57 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2010-03-14 10:00:57 -0400 |
commit | e9a784432bdce36dd23f82f7e3d4adc7c585f608 (patch) | |
tree | 628c763beb31b110668bf051915ee7a045151fd0 /coverage/htmlfiles/index.html | |
parent | 4b14958d0171441662fe901c630515dad76691d9 (diff) | |
download | python-coveragepy-e9a784432bdce36dd23f82f7e3d4adc7c585f608.tar.gz |
Added a link back to the index page at the bottom of HTML source pages. Closes issue #38.
Diffstat (limited to 'coverage/htmlfiles/index.html')
-rw-r--r-- | coverage/htmlfiles/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/htmlfiles/index.html b/coverage/htmlfiles/index.html index 9b8214f..0d47552 100644 --- a/coverage/htmlfiles/index.html +++ b/coverage/htmlfiles/index.html @@ -11,7 +11,7 @@ jQuery(document).ready(index_page_ready); </script> </head> -<body> +<body id='indexfile'> <div id='header'> <div class='content'> |