Skip to content

Commit 80e34ba

Browse files
authored
fix profiler non-numeric issue (#744)
1 parent 61188a7 commit 80e34ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/views/Profiler/profiler.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<h3>Route: <i>{{ i }}</i></h3>
5252
<ul>
5353
{% for q, query in route %}
54-
<li class="{{ cycle(['odd', 'even'], i) }}" data-extra-info="{{ query.time }}" data-target-id="{{ i ~ q }}">
54+
<li class="{{ cycle(['odd', 'even'], q) }}" data-extra-info="{{ query.time }}" data-target-id="{{ i ~ q }}">
5555
<div id="queryNo-{{ i ~ q }}">
5656
<div>
5757
<span>

0 commit comments

Comments
 (0)