some documentation improvements, jinja escapes " and ' now, both into charpoints...
authorArmin Ronacher <armin.ronacher@active-4.com>
Tue, 6 May 2008 14:04:10 +0000 (16:04 +0200)
committerArmin Ronacher <armin.ronacher@active-4.com>
Tue, 6 May 2008 14:04:10 +0000 (16:04 +0200)
commitf35e28154f6ee9269beec6864136dbb9f230af7d
treea32a51b8f8bff3a7c9cd29b821f2cb659c33a366
parentc2f3a3b0f1016daa74951a432aeeb067cd8cb803
some documentation improvements, jinja escapes " and ' now, both into charpoints and no named entities for html 3.2 support ;-)

--HG--
branch : trunk
12 files changed:
docs/_static/print.css
docs/_static/style.css
docs/_static/watermark.png
docs/_templates/layout.html
docs/api.rst
docs/templates.rst
jinja2/_speedups.c
jinja2/compiler.py
jinja2/environment.py
jinja2/runtime.py
jinja2/utils.py
tests/test_filters.py