From e3ff72a32401f97b4e3f8e627780c87366d62414 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 23 Sep 2009 11:00:53 -0400 Subject: Syntax coloring in the HTML reports. --- coverage/htmlfiles/pyfile.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coverage/htmlfiles/pyfile.html') diff --git a/coverage/htmlfiles/pyfile.html b/coverage/htmlfiles/pyfile.html index d1810fa1..a7cd1d3c 100644 --- a/coverage/htmlfiles/pyfile.html +++ b/coverage/htmlfiles/pyfile.html @@ -43,7 +43,7 @@ function toggle_lines(btn, cls) { {% for line in lines %} -

{{line.text.rstrip|escape|not_empty}}

+

{{line.html}} 

{% endfor %} -- cgit v1.2.1