Loading docs/topics/templates.txt +2 −2 Original line number Diff line number Diff line Loading @@ -443,8 +443,8 @@ To avoid this problem, you have two options: * Two, you can take advantage of Django's automatic HTML escaping. The remainder of this section describes how auto-escaping works. By default in the Django, every template automatically escapes the output of every variable tag. Specifically, these five characters are By default in Django, every template automatically escapes the output of every variable tag. Specifically, these five characters are escaped: * ``<`` is converted to ``<`` Loading Loading
docs/topics/templates.txt +2 −2 Original line number Diff line number Diff line Loading @@ -443,8 +443,8 @@ To avoid this problem, you have two options: * Two, you can take advantage of Django's automatic HTML escaping. The remainder of this section describes how auto-escaping works. By default in the Django, every template automatically escapes the output of every variable tag. Specifically, these five characters are By default in Django, every template automatically escapes the output of every variable tag. Specifically, these five characters are escaped: * ``<`` is converted to ``<`` Loading