소스 검색

[WebProfilerBundle] Always use the default background color for counters

Victor Berchet 14 년 전
부모
커밋
6571140b17
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>