Skip to content

Commit aa8a985

Browse files
committed
[1.1.X] Fixed #12981 -- Removed some stray tabs. Thanks to loewis for the report.
Backport of the applicable part of r12614 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12615 bcc190cf-cafb-0310-a4f2-bffc1f526a37
1 parent 499c715 commit aa8a985

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

django/template/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ def next_space_index(subject, i):
422422
i += 1
423423
if i >= len(subject):
424424
raise TemplateSyntaxError("Searching for value. Unexpected end of string in column %d: %s" % (i, subject))
425-
i += 1
425+
i += 1
426426
return i
427427

428428
if i >= len(subject):
@@ -811,7 +811,7 @@ def __repr__(self):
811811

812812
def render(self, context):
813813
return self.s
814-
814+
815815
def _render_value_in_context(value, context):
816816
"""
817817
Converts any value to a string to become part of a rendered template. This

0 commit comments

Comments
 (0)