diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2014-10-21 07:22:27 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2014-10-21 07:22:27 -0400 |
commit | b8ce4bae62251e0942f082560217324920ff86dc (patch) | |
tree | e2c3fcd21cc1ca738ab5b9fb2c38408c5df50efe /coverage/htmlfiles/index.html | |
parent | 6c3042ad6f61af8027cf3d4c513d914d9620b896 (diff) | |
download | python-coveragepy-git-b8ce4bae62251e0942f082560217324920ff86dc.tar.gz |
Use classes to distinguish pages, not ids
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 7fee1736..4b572711 100644 --- a/coverage/htmlfiles/index.html +++ b/coverage/htmlfiles/index.html @@ -16,7 +16,7 @@ jQuery(document).ready(coverage.index_ready); </script> </head> -<body id='indexfile'> +<body class='indexfile'> <div id='header'> <div class='content'> |