commit | f7e405d979043272d4d4b9ded4c6d997d8feb1cf | [log] [tgz] |
---|---|---|
author | Armin Ronacher <armin.ronacher@active-4.com> | Mon Sep 08 23:57:26 2008 +0200 |
committer | Armin Ronacher <armin.ronacher@active-4.com> | Mon Sep 08 23:57:26 2008 +0200 |
tree | 93f45885bece2d6412f58202a0f004d73cd95a5d | |
parent | 88e1cb7fdd0c2f6ba16d87f0744e125a77ce332c [diff] [blame] |
Linked from autoescape to markup --HG-- branch : trunk
diff --git a/jinja2/environment.py b/jinja2/environment.py index b044178..00e3646 100644 --- a/jinja2/environment.py +++ b/jinja2/environment.py
@@ -135,6 +135,8 @@ `autoescape` If set to true the XML/HTML autoescaping feature is enabled. + For more details about auto escaping see + :class:`~jinja2.utils.Markup`. `loader` The template loader for this environment.