From e6166788f145553276b7f3196df319eaaac6b57d Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 21 Nov 2009 09:28:36 -0500 Subject: Turns out is supposed to come before . HTML validates again. --- coverage/htmlfiles/index.html | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) (limited to 'coverage/htmlfiles') diff --git a/coverage/htmlfiles/index.html b/coverage/htmlfiles/index.html index 5c562de2..faef93b6 100644 --- a/coverage/htmlfiles/index.html +++ b/coverage/htmlfiles/index.html @@ -33,6 +33,20 @@ coverage + {# HTML syntax requires thead, tfoot, tbody #} + + + Total + {{totals.n_statements}} + {{totals.n_executed}} + {{totals.n_excluded}} + {% if arcs %} + {{totals.n_branches}} + {{totals.n_executed_branches}} + {% endif %} + {{totals.pc_covered|format_pct}}% + + {% for file in files %} @@ -48,19 +62,6 @@ {% endfor %} - - - Total - {{totals.n_statements}} - {{totals.n_executed}} - {{totals.n_excluded}} - {% if arcs %} - {{totals.n_branches}} - {{totals.n_executed_branches}} - {% endif %} - {{totals.pc_covered|format_pct}}% - - -- cgit v1.2.1