Ticket #6752: template_safe_string_note.diff
File template_safe_string_note.diff, 641 bytes (added by , 15 years ago) |
---|
-
docs/ref/templates/builtins.txt
1683 1683 Marks a string as not requiring further HTML escaping prior to output. When 1684 1684 autoescaping is off, this filter has no effect. 1685 1685 1686 .. note:: 1687 If you are chaining filters and ``safe`` is not the last filter it will 1688 have no effect. 1689 1690 For example, in the following the ``escape`` filter makes the string no 1691 longer ``safe``:: 1692 1693 {{ myVar|safe|escape }} 1694 1686 1695 .. templatefilter:: safeseq 1687 1696 1688 1697 safeseq