Skip to content

Commit 8a55303

Browse files
authored
Update index.html
1 parent 2ef6e75 commit 8a55303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/html/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<div class="Test">
1212

1313
{% for item in ['100', '300'] %}
14-
<div class="u-color-background-gray-{{item}}>
14+
<div class="u-color-background-gray-{{item}}">
1515
<code>u-color-background-gray-{{item}}</code>
1616
</div>
1717
{% endfor %}

0 commit comments

Comments
 (0)