search for: _escape_

Displaying 1 result from an estimated 1 matches for "_escape_".

Did you mean: _escape
2009 Oct 13
1
loofah 0.3.1 Released
...evaluated by Netexperts. == CHANGES in 0.3.1 Bug fixes: * Scrubbed Documents properly render html, head and body tags when serialized. == FEATURES * _Strip_ unsafe tags, leaving behind only the inner text. * _Prune_ unsafe tags and their subtrees, removing all traces that they ever existed. * _Escape_ unsafe tags and their subtrees, leaving behind lots of <tt>&lt;</tt> and <tt>&gt;</tt> entities. * _Whitewash_ the markup, removing all attributes and namespaced nodes. * Format the markup as plain text. * Replacements for Rails''s +strip_tags+ and +sanitize+...