fixed a bunch of typos form recent commits, thanks Jonathan
This commit is contained in:
+1
-1
@@ -912,7 +912,7 @@ def render(content = "hello world",
|
||||
|
||||
# Add it to the context so we can use it.
|
||||
if not 'NOESCAPE' in context:
|
||||
context['NOESCAPE'] = XML
|
||||
context['NOESCAPE'] = NOESCAPE
|
||||
|
||||
# save current response class
|
||||
if context and 'response' in context:
|
||||
|
||||
Reference in New Issue
Block a user