Merge branch '3.8'

This commit is contained in:
Romain Neutron
2013-12-20 16:46:35 +01:00
7 changed files with 16 additions and 16 deletions

View File

@@ -83,7 +83,7 @@
{% for class, config in result.display %}
<td class="{{ class }}">
{% for key , res in value %}
{% if key == class %}
{% if key|lower == class %}
{% if config.bound == 1 and "</i>" not in res %}
{% if key == "user" and value.user == "<b>TOTAL</b>" %}
{{ res|raw }}