Correct an issue on the default.html Jinja template

This commit is contained in:
Nicolas Hennion 2012-12-05 22:55:14 +01:00
parent 76184da187
commit 4e9e851d36

View File

@ -211,7 +211,7 @@
</thead>
<tbody>
{% for proc in proclist %}
{% if loop.index > 10 %}
{% if loop.index gt 10 %}
{% break %}
{% endif %}
<tr>