Author: ubernostrum
Date: 2008-10-25 22:10:13 -0500 (Sat, 25 Oct 2008)
New Revision: 9280

Modified:
   django/trunk/docs/topics/templates.txt
Log:
Minor typo correction from [9279].


Modified: django/trunk/docs/topics/templates.txt
===================================================================
--- django/trunk/docs/topics/templates.txt      2008-10-26 03:09:29 UTC (rev 
9279)
+++ django/trunk/docs/topics/templates.txt      2008-10-26 03:10:13 UTC (rev 
9280)
@@ -443,8 +443,8 @@
     * 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;``


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to