Skip to content

Commit f0177eb

Browse files
committed
bug symfony#5362 Fix invalid endtag (norkunas)
This PR was submitted for the 2.7 branch but it was merged into the 2.3 branch instead (closes symfony#5362). Discussion ---------- Fix invalid endtag Commits ------- 3f684c6 Fix invalid endtag
2 parents ecd68c5 + 3f684c6 commit f0177eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/profiler/data_collector.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,11 @@ following example can help you get started:
123123
{% set text %}
124124
<div class="sf-toolbar-info-piece">
125125
<b>Quick piece of data</b>
126-
<span>100 units</div>
126+
<span>100 units</span>
127127
</div>
128128
<div class="sf-toolbar-info-piece">
129129
<b>Another quick thing</b>
130-
<span>300 units</div>
130+
<span>300 units</span>
131131
</div>
132132
{% endset %}
133133

0 commit comments

Comments
 (0)