Author: bouldersprinters
Date: 2007-05-24 10:06:56 -0500 (Thu, 24 May 2007)
New Revision: 5335

Modified:
   django/branches/boulder-oracle-sprint/django/template/__init__.py
Log:
boulder-oracle-sprint: Merged to [5334]

Modified: django/branches/boulder-oracle-sprint/django/template/__init__.py
===================================================================
--- django/branches/boulder-oracle-sprint/django/template/__init__.py   
2007-05-24 13:08:18 UTC (rev 5334)
+++ django/branches/boulder-oracle-sprint/django/template/__init__.py   
2007-05-24 15:06:56 UTC (rev 5335)
@@ -479,7 +479,7 @@
                     while i < len(subject) and subject[i] != c:
                         i += 1
                     if i >= len(subject):
-                        raise TemplateSyntaxError, "Searching for value. 
Unexpected end of string in column %d: %s" % subject
+                        raise TemplateSyntaxError, "Searching for value. 
Unexpected end of string in column %d: %s" % (i, subject)
                 i += 1
             s = subject[p:i]
             while i < len(subject) and subject[i] in (' ', '\t'):


--~--~---------~--~----~------------~-------~--~----~
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