From 2dfcf63d36081fc0cb4250db0bd804f754c38e65 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Fri, 13 Apr 2012 20:08:44 +0200 Subject: better error styling --- data/templates/tool.htm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'data/templates') diff --git a/data/templates/tool.htm b/data/templates/tool.htm index ef8e5e0..27e6d9d 100644 --- a/data/templates/tool.htm +++ b/data/templates/tool.htm @@ -28,6 +28,7 @@ {% include 'display-file.htm' %} +
{% for number,lineinfos in toolres.annotations if number != 'general' %} {% for line in lineinfos %}
@@ -35,6 +36,7 @@
{% endfor %} {% endfor %} +
{% include 'display-foot.htm' %} {% endblock %} -- cgit v1.2.3