...
|
...
|
@@ -825,7 +825,9 @@ function getBodyHtml($body){ |
|
|
}
|
|
|
|
|
|
if($html){
|
|
|
$h = @strip_tags($html);
|
|
|
$h = preg_replace('/<style.*?<\/style>/is', '', $html);
|
|
|
$h = preg_replace('/<script.*?<\/script>/is', '', $h);
|
|
|
$h = @strip_tags($h);
|
|
|
if($h){
|
|
|
$html = $h;
|
|
|
}
|
...
|
...
|
|