Ticket #6752: t6752_revised.diff
File t6752_revised.diff, 529 bytes (added by , 15 years ago) |
---|
-
docs/ref/templates/builtins.txt
1687 1687 1688 1688 If you are chaining filters, a filter applied after ``safe`` can 1689 1689 make the contents unsafe again. For example, the following code 1690 prints the variable as is, unescaped:1690 prints the variable HTML-escaped instead of safe-string-escaped: 1691 1691 1692 1692 .. code-block:: html+django 1693 1693