[WebProfilerBundle] fixed label for attribute

This commit is contained in:
Gábor Egyed 2012-12-16 11:16:08 +01:00
parent b1f2c2b9e9
commit 7a06ce8258

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>