浏览代码

Merge remote branch 'vicb/profiler_color'

* vicb/profiler_color:
  [WebProfilerBundle] Always use the default background color for counters
Fabien Potencier 14 年之前
父节点
当前提交
c15dd2a77e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/exception.html.twig

+ 1 - 1
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/exception.html.twig

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