[WebProfilerBundle] Always use the default background color for counters

This commit is contained in:
Victor Berchet 2011-03-09 17:27:48 +01:00
parent 17ef911f19
commit 6571140b17

View File

@ -11,7 +11,7 @@
<strong>Exception</strong> <strong>Exception</strong>
<span class="count"> <span class="count">
{% if collector.hasexception %} {% if collector.hasexception %}
<span class="error">1</span> <span>1</span>
{% endif %} {% endif %}
</span> </span>
</span> </span>