summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2015-11-16 13:40:16 +0100
committerArmin Ronacher <armin.ronacher@active-4.com>2015-11-16 13:40:16 +0100
commitd5077a0b148d52572d886726bef7647b51978d95 (patch)
tree6926709446c4b517fa3e3b5f97285e651616b0f2
parent96ffe8a5152d22efc948c270484700c6d0bc0eb3 (diff)
downloadjinja2-d5077a0b148d52572d886726bef7647b51978d95.tar.gz
Fixed #514website
-rw-r--r--index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.rst b/index.rst
index 7fb97d9..9f0981c 100644
--- a/index.rst
+++ b/index.rst
@@ -39,7 +39,7 @@ Wide Range of Features
- Sandboxed execution mode. Every aspect of the template execution is
monitored and explicitly whitelisted or blacklisted, whatever is
preferred. This makes it possible to execute untrusted templates.
-- powerful automatic HTML escaping system for cross site scripting
+- Powerful automatic HTML escaping system for cross site scripting
prevention.
- Template inheritance makes it possible to use the same or a similar
layout for all templates.