Update striptags.rst
authorspecialguest <julien.garin@gmail.com>
Mon, 18 Mar 2013 14:20:21 +0000 (15:20 +0100)
committerspecialguest <julien.garin@gmail.com>
Mon, 18 Mar 2013 14:20:21 +0000 (15:20 +0100)
doc/filters/striptags.rst

index 5ccca45..72c6f25 100644 (file)
@@ -6,7 +6,7 @@ by one space:
 
 .. code-block:: jinja
 
-    {% some_html|striptags %}
+    {{ some_html|striptags }}
 
 .. note::