Skip to content

Commit

Permalink
[WebProfilerBundle] replaces tabs characters by spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Hamon committed Aug 19, 2016
1 parent 1eb8e1e commit dd10034
Showing 1 changed file with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,17 +83,17 @@
</div>
</div>
{% endif %}

{% if forward_handler is defined %}
<div class="sf-toolbar-info-group">
<div class="sf-toolbar-info-piece">
<b>Forwarded to</b>
<span>
{{ forward_handler }}
(<a href="{{ path('_profiler', { token: collector.forward.token }) }}">{{ collector.forward.token }}</a>)
</span>
</div>
</div>
<div class="sf-toolbar-info-group">
<div class="sf-toolbar-info-piece">
<b>Forwarded to</b>
<span>
{{ forward_handler }}
(<a href="{{ path('_profiler', { token: collector.forward.token }) }}">{{ collector.forward.token }}</a>)
</span>
</div>
</div>
{% endif %}
{% endset %}

Expand Down

0 comments on commit dd10034

Please sign in to comment.