作者 邓超

x

... ... @@ -824,6 +824,13 @@ function getBodyHtml($body){
}
}
if($html){
$h = @strip_tags($html);
if($h){
$html = $h;
}
}
return $html ? $html : $text;
}
\ No newline at end of file
... ...