Skip to content

Commit 19da52a

Browse files
committed
minor #19675 [WebProfilerBundle] replaces tabs characters by spaces. (hhamon)
This PR was merged into the 3.1 branch. Discussion ---------- [WebProfilerBundle] replaces tabs characters by spaces. | Q | A | ------------- | --- | Branch? | 3.1 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | ~ | License | MIT | Doc PR | ~ Commits ------- dd10034 [WebProfilerBundle] replaces tabs characters by spaces.
2 parents 1eb8e1e + dd10034 commit 19da52a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/request.html.twig

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -83,17 +83,17 @@
8383
</div>
8484
</div>
8585
{% endif %}
86-
86+
8787
{% if forward_handler is defined %}
88-
<div class="sf-toolbar-info-group">
89-
<div class="sf-toolbar-info-piece">
90-
<b>Forwarded to</b>
91-
<span>
92-
{{ forward_handler }}
93-
(<a href="{{ path('_profiler', { token: collector.forward.token }) }}">{{ collector.forward.token }}</a>)
94-
</span>
95-
</div>
96-
</div>
88+
<div class="sf-toolbar-info-group">
89+
<div class="sf-toolbar-info-piece">
90+
<b>Forwarded to</b>
91+
<span>
92+
{{ forward_handler }}
93+
(<a href="{{ path('_profiler', { token: collector.forward.token }) }}">{{ collector.forward.token }}</a>)
94+
</span>
95+
</div>
96+
</div>
9797
{% endif %}
9898
{% endset %}
9999

0 commit comments

Comments
 (0)