Ticket #14676: patch.diff

File patch.diff, 599 bytes (added by elbarto, 13 years ago)
  • docs/ref/templates/builtins.txt

     
    17561756If ``value`` is ``"<b>Joel</b> <button>is</button> a <span>slug</span>"`` the
    17571757output will be ``"Joel <button>is</button> a slug"``.
    17581758
     1759Note that this filter is case-sensitive.
     1760
     1761If ``value`` is ``"<B>Joel</B> <button>is</button> a <span>slug</span>"`` the
     1762output will be ``"<B>Joel</B> <button>is</button> a slug"``.
     1763
    17591764.. templatefilter:: rjust
    17601765
    17611766rjust
Back to Top