fixed a bunch of typos form recent commits, thanks Jonathan

This commit is contained in:
mdipierro
2012-08-27 12:55:41 -05:00
parent 7254e950e5
commit 084e36d0ea
5 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -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: