projects
/
web/konrad/twig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
6810dbe
)
Fixed a typo in the 'escape' filter documentation.
author
Javier Eguiluz
<javier.eguiluz@gmail.com>
Thu, 6 Dec 2012 18:40:31 +0000 (19:40 +0100)
committer
Javier Eguiluz
<javier.eguiluz@gmail.com>
Thu, 6 Dec 2012 18:40:31 +0000 (19:40 +0100)
This typo prevents the proper rendering of one code block.
doc/filters/escape.rst
patch
|
blob
|
history
diff --git
a/doc/filters/escape.rst
b/doc/filters/escape.rst
index
5c3bec4
..
5ade7d7
100644
(file)
--- a/
doc/filters/escape.rst
+++ b/
doc/filters/escape.rst
@@
-74,7
+74,7
@@
The ``escape`` filter supports the following escaping strategies:
{% endautoescape %}
When using a variable as the escaping strategy, you should disable
- automatic escaping::
+ automatic escaping:
.. code-block:: jinja