Fix typo in templating.rst

This commit is contained in:
wodim 2015-11-04 12:00:44 +01:00
parent 41622c8d68
commit 4a8f3eacbb
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ characters in text, but can also lead to security problems. (see
Sometimes however you will need to disable autoescaping in templates.
This can be the case if you want to explicitly inject HTML into pages, for
example if they come from a system that generate secure HTML like a
example if they come from a system that generates secure HTML like a
markdown to HTML converter.
There are three ways to accomplish that: