Skip to content

Commit

Permalink
Fix an incorrect end tag, thanks NPrescott
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Apr 3, 2015
1 parent 4256b84 commit 889ffac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template-engine/chapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ templite = Templite('''
<h1>Hello {{name|upper}}!</h1>
{% for topic in topics %}
<p>You are interested in {{topic}}.</p>
{% endif %}
{% endfor %}
''',
{'upper': str.upper},
)
Expand Down

0 comments on commit 889ffac

Please sign in to comment.