merged branch 1ed/patch-4 (PR #6382)

This PR was merged into the master branch.

Commits
-------

7a06ce8 [WebProfilerBundle] fixed label for attribute

Discussion
----------

[WebProfilerBundle] fixed label "for" attribute

---------------------------------------------------------------------------

by pborreli at 2012-12-16T10:36:26Z

👍
This commit is contained in:
Fabien Potencier 2012-12-16 12:22:05 +01:00
commit fefa9ed7f0

View File

@ -20,10 +20,10 @@
<label for="token">Token</label>
<input type="text" name="token" id="token" value="{{ token }}" />
<div class="clear-fix"></div>
<label for="token">From</label>
<label for="start">From</label>
<input type="text" name="start" id="start" value="{{ start }}" />
<div class="clear-fix"></div>
<label for="token">Until</label>
<label for="end">Until</label>
<input type="text" name="end" id="end" value="{{ end }}" />
<div class="clear-fix"></div>
<label for="limit">Limit</label>