Fix a typo in templating.rst

This commit is contained in:
lord63 2014-07-09 13:22:27 +08:00
parent 4bc921d4fe
commit 0cdfed66c9

View file

@ -119,7 +119,7 @@ Controlling Autoescaping
------------------------
Autoescaping is the concept of automatically escaping special characters
of you. Special characters in the sense of HTML (or XML, and thus XHTML)
for you. Special characters in the sense of HTML (or XML, and thus XHTML)
are ``&``, ``>``, ``<``, ``"`` as well as ``'``. Because these characters
carry specific meanings in documents on their own you have to replace them
by so called "entities" if you want to use them for text. Not doing so