Subject: | filter_html and filter_html_fragment remove newline characters |
When you call filter_html for filter_html_fragment, it also removes
newline characters. This becomes a problem when an element you are
filtering has a CSS class that threats white space as if it were in
'pre' tags. You can see how removing removing those characters can be a
problem with \n and \t.