diff --git a/config/func.inc.php b/config/func.inc.php index 7e9e6c76e..5ea381720 100644 --- a/config/func.inc.php +++ b/config/func.inc.php @@ -411,6 +411,9 @@ // meta 태그 제거 $content = preg_replace("!!is","",$content); + // style 태그 제거 + $content = preg_replace("!!is","",$content); + return $content; }