the two escape implementations work the same now, updated jinja2-debug to load the i18n extension

--HG--
branch : trunk
diff --git a/jinja2/compiler.py b/jinja2/compiler.py
index 6e05040..f835835 100644
--- a/jinja2/compiler.py
+++ b/jinja2/compiler.py
@@ -712,7 +712,7 @@
                 raise CompilerExit()
             self.outdent()
 
-        self.writeline('parent_template = environment.get_template(', node, 1)
+        self.writeline('parent_template = environment.get_template(', node)
         self.visit(node.template, frame)
         self.write(', %r)' % self.name)
         self.writeline('for name, parent_block in parent_template.'