Skip to content

Commit

Permalink
Fix the broken HTML samples.
Browse files Browse the repository at this point in the history
  • Loading branch information
mblayman committed Jul 16, 2015
1 parent 21e23f7 commit ed900a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/extensions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Here is a possible sample template.
<body>
<ul>
{{ blog_list }}
</ul
</ul>
</body>
</html>

Expand All @@ -105,6 +105,6 @@ And here is some possible output.
<ul>
<li><a href="/another_post.html">Another post</a></li>
<li><a href="/a_post.html">First post!</a></li>
</ul
</ul>
</body>
</html>

0 comments on commit ed900a2

Please sign in to comment.