mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed various dodgy behaviours
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17226 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
@@ -474,7 +474,7 @@ class WithNode(Node):
|
||||
@register.tag
|
||||
def autoescape(parser, token):
|
||||
"""
|
||||
Force autoescape behaviour for this block.
|
||||
Force autoescape behavior for this block.
|
||||
"""
|
||||
args = token.contents.split()
|
||||
if len(args) != 2:
|
||||
|
||||
Reference in New Issue
Block a user