Explorar o código

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

H. Westphal %!s(int64=13) %!d(string=hai) anos
pai
achega
932c144534

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