diff options
Diffstat (limited to 'data/templates')
| -rw-r--r-- | data/templates/tool.htm | 2 |
1 files changed, 2 insertions, 0 deletions
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' %} + <div class="annotations"> {% for number,lineinfos in toolres.annotations if number != 'general' %} {% for line in lineinfos %} <div class="alert {{line.getAlertLevel}}"> @@ -35,6 +36,7 @@ </div> {% endfor %} {% endfor %} + </div> {% include 'display-foot.htm' %} {% endblock %} |
