作者 邓超

x

@@ -824,6 +824,13 @@ function getBodyHtml($body){ @@ -824,6 +824,13 @@ function getBodyHtml($body){
824 } 824 }
825 } 825 }
826 826
  827 + if($html){
  828 + $h = @strip_tags($html);
  829 + if($h){
  830 + $html = $h;
  831 + }
  832 + }
  833 +
827 return $html ? $html : $text; 834 return $html ? $html : $text;
828 835
829 } 836 }