Merge pull request #1607 from wodim/patch-1

Fix typo in templating.rst
This commit is contained in:
Armin Ronacher 2015-11-04 12:03:31 +01:00
commit 5c73a8b4ad

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: