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

Fixed typo in code block. UL tag was opening instead of closing.
This commit is contained in:
James Cocker 2013-01-08 15:52:46 +00:00
parent a8904e3de0
commit 001e58c110

View File

@ -308,7 +308,7 @@ The following example runs an if statement, and a loop on *Children*, checking t
</a>
</li>
<% end_loop %>
<ul>
</ul>
<% end_if %>
</li>
<% end_loop %>