diff options
Diffstat (limited to 'coverage/html.py')
-rw-r--r-- | coverage/html.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/coverage/html.py b/coverage/html.py index c2a2443..76e2890 100644 --- a/coverage/html.py +++ b/coverage/html.py @@ -26,8 +26,8 @@ class HtmlReporter(Reporter): # These files will be copied from the htmlfiles dir to the output dir. STATIC_FILES = [ - "style.css", - "jquery-1.4.3.min.js", + "style.css", + "jquery-1.4.3.min.js", "jquery.tablesorter.min.js", "jquery.hotkeys.js", "coverage_html.js", |