Merge remote branch 'vicb/wdtb_typo'

* vicb/wdtb_typo:
  [WebProfilerBundle] Fix a few typos
This commit is contained in:
Fabien Potencier 2011-03-30 15:43:02 +02:00
commit e3ccc05122

View File

@ -75,11 +75,11 @@
</p>
{% endif %}
<h2>Requests Headers</h2>
<h2>Request Headers</h2>
{% include 'WebProfiler:Profiler:bag.html.twig' with { 'bag': collector.requestheaders } only %}
<h2>Requests Server Parameters</h2>
<h2>Request Server Parameters</h2>
{% include 'WebProfiler:Profiler:bag.html.twig' with { 'bag': collector.requestserver } only %}
@ -87,7 +87,7 @@
{% include 'WebProfiler:Profiler:bag.html.twig' with { 'bag': collector.responseheaders } only %}
<h2>Response Session Attributes</h2>
<h2>Session Attributes</h2>
{% if collector.sessionattributes|length %}
<table>
@ -105,7 +105,7 @@
</table>
{% else %}
<p>
<em>No request session attributes</em>
<em>No session attributes</em>
</p>
{% endif %}