فهرست منبع

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 }}