mirror of https://github.com/pallets/flask.git
Fix typo in templating.rst
This commit is contained in:
parent
41622c8d68
commit
4a8f3eacbb
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue