Skip to content

Commit 001e58c

Browse files
author
James Cocker
committed
Update docs/en/tutorials/1-building-a-basic-site.md
Fixed typo in code block. UL tag was opening instead of closing.
1 parent a8904e3 commit 001e58c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/tutorials/1-building-a-basic-site.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ The following example runs an if statement, and a loop on *Children*, checking t
308308
</a>
309309
</li>
310310
<% end_loop %>
311-
<ul>
311+
</ul>
312312
<% end_if %>
313313
</li>
314314
<% end_loop %>

0 commit comments

Comments
 (0)