Skip to content

Commit 59e094e

Browse files
committed
update
1 parent ee4f846 commit 59e094e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

hello-world/src/main/webapp/views/index.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,9 @@ <h2>Nested loops</h2>
5757
{% for item in {1,2,3,4,"test"} %}
5858
<li>[{{ loop.index }}] {{ item }} <br/>
5959
<ul>
60-
{% for item2 in {5,6,7} %}
61-
<li>[{{ loop.index }}] - {{ item2 }} <br/>
62-
{% endfor %}
60+
{% for item2 in {5,6,7} %}<li>[{{ loop.index }}] - {{ item2 }} <br/>{% endfor %}
6361
</ul>
6462
{% endfor %}
6563
</ul>
6664

67-
6865
{% endblock %}

0 commit comments

Comments
 (0)