From: Armin Ronacher Date: Mon, 8 Sep 2008 21:57:26 +0000 (+0200) Subject: Linked from autoescape to markup X-Git-Tag: 2.1~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7e405d979043272d4d4b9ded4c6d997d8feb1cf;p=thirdparty%2Fjinja.git Linked from autoescape to markup --HG-- branch : trunk --- diff --git a/jinja2/environment.py b/jinja2/environment.py index b044178a..00e3646d 100644 --- a/jinja2/environment.py +++ b/jinja2/environment.py @@ -135,6 +135,8 @@ class Environment(object): `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.