54 return ob_get_clean();
65 $html = preg_replace(
'/^.*?<body.*?>/is',
'', $html);
66 $html = preg_replace(
'/<\/body>.*?$/is',
'', $html);
79 $html = preg_replace(
'#\s(cellpadding|border|width)="[^"]+"#',
'', $html);
82 return str_replace(array(
'<font',
'</font>'), array(
'<span',
'</span>'), $html);
removeAllHtmlOutsideBody($html)
$escapingInterceptorEnabled