We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f77d710 commit a3a2f15Copy full SHA for a3a2f15
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/request.html.twig
@@ -5,7 +5,7 @@
5
{% if collector.controller.class is defined %}
6
{% set link = collector.controller.file|file_link(collector.controller.line) %}
7
<span class="sf-toolbar-info-class sf-toolbar-info-with-next-pointer">{{ collector.controller.class|abbr_class }}</span>
8
- <span class="sf-toolbar-info-method" onclick="{% if link %}window.location='{{link|e('js')}}';window.event.stopPropagation();return false;{% endif %}">
+ <span class="sf-toolbar-info-method"{% if link %} onclick="window.location='{{link|e('js')}}';window.event.stopPropagation();return false;"{% endif %}>
9
{{ collector.controller.method }}
10
</span>
11
{% else %}
0 commit comments