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.
This commit is contained in:
Christophe Coevoet 2016-08-19 16:31:03 +02:00
commit 19da52a433

View File

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