Ticket #14676: patch.diff
File patch.diff, 599 bytes (added by , 14 years ago) |
---|
-
docs/ref/templates/builtins.txt
1756 1756 If ``value`` is ``"<b>Joel</b> <button>is</button> a <span>slug</span>"`` the 1757 1757 output will be ``"Joel <button>is</button> a slug"``. 1758 1758 1759 Note that this filter is case-sensitive. 1760 1761 If ``value`` is ``"<B>Joel</B> <button>is</button> a <span>slug</span>"`` the 1762 output will be ``"<B>Joel</B> <button>is</button> a slug"``. 1763 1759 1764 .. templatefilter:: rjust 1760 1765 1761 1766 rjust