forked from orbit-oss/flask
Fix a typo in templating.rst
This commit is contained in:
parent
cc98ba9092
commit
92191fb9d9
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ Controlling Autoescaping
|
||||||
------------------------
|
------------------------
|
||||||
|
|
||||||
Autoescaping is the concept of automatically escaping special characters
|
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
|
are ``&``, ``>``, ``<``, ``"`` as well as ``'``. Because these characters
|
||||||
carry specific meanings in documents on their own you have to replace them
|
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
|
by so called "entities" if you want to use them for text. Not doing so
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue