Kaydet (Commit) 0503442d authored tarafından James Bennett's avatar James Bennett

Minor typo correction from [9279].


git-svn-id: http://code.djangoproject.com/svn/django/trunk@9280 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst 2d40c75a
......@@ -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 ``&lt;``
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment