Skip to content

Commit 3f684c6

Browse files
norkunaswouterj
authored andcommitted
Fix invalid endtag
1 parent ecd68c5 commit 3f684c6

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)