瀏覽代碼

Added a class to the logs ol element to prevent hiding it when toggling an exception (fixes #2589).

H. Westphal 13 年之前
父節點
當前提交
932c144534
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Symfony/Bundle/TwigBundle/Resources/views/Exception/logs.html.twig

+ 1 - 1
src/Symfony/Bundle/TwigBundle/Resources/views/Exception/logs.html.twig

@@ -1,4 +1,4 @@
-<ol class="traces">
+<ol class="traces logs">
     {% for log in logs %}
         <li{% if log.priorityName in ['EMERG', 'ERR', 'CRIT', 'ALERT', 'ERROR', 'CRITICAL'] %} class="error"{% endif %}>
             {{ log.message }}