8000 [WebProfilerBundle] fixed label for attribute · piotrpasich/symfony@7a06ce8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7a06ce8

Browse files
committed
[WebProfilerBundle] fixed label for attribute
1 parent b1f2c2b commit 7a06ce8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/search.html.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
<label for="token">Token</label>
2121
<input type="text" name="token" id="token" value="{{ token }}" />
2222
<div class="clear-fix"></div>
23-
<label for="token">From</label>
23+
<label for="start">From</label>
2424
<input type="text" name="start" id="start" value="{{ start }}" />
2525
<div class="clear-fix"></div>
26-
<label for="token">Until</label>
26+
<label for="end">Until</label>
2727
<input type="text" name="end" id="end" value="{{ end }}" />
2828
<div class="clear-fix"></div>
2929
<label for="limit">Limit</label>

0 commit comments

Comments
 (0)
0