diff options
Diffstat (limited to 'coverage/htmlfiles/index.html')
-rw-r--r-- | coverage/htmlfiles/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/coverage/htmlfiles/index.html b/coverage/htmlfiles/index.html index 5129c301..03a83cc3 100644 --- a/coverage/htmlfiles/index.html +++ b/coverage/htmlfiles/index.html @@ -17,7 +17,7 @@ <div id='index'>
<table class='index'>
-<tr>
+<tr class='tablehead'>
<th class='name'>Module</th>
<th>statements</th>
<th>run</th>
@@ -28,7 +28,7 @@ <th>coverage</th>
</tr>
{% for file in files %}
-<tr>
+<tr class='file'>
<td class='name'><a href='{{file.html_filename}}'>{{file.cu.name}}</a></td>
<td>{{file.stm}}</td>
<td>{{file.run}}</td>
|