8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1f2c2b commit 7a06ce8Copy full SHA for 7a06ce8
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/search.html.twig
@@ -20,10 +20,10 @@
20
<label for="token">Token</label>
21
<input type="text" name="token" id="token" value="{{ token }}" />
22
<div class="clear-fix"></div>
23
- <label for="token">From</label>
+ <label for="start">From</label>
24
<input type="text" name="start" id="start" value="{{ start }}" />
25
26
- <label for="token">Until</label>
+ <label for="end">Until</label>
27
<input type="text" name="end" id="end" value="{{ end }}" />
28
29
<label for="limit">Limit</label>
0 commit comments