| 
View
 

removeEvilAttributes

Page history last edited by Antonio Balderi 17 years, 3 months ago

{

       $stripAttrib = "' (style|class)=\"(.*?)\"'i";

       $tagSource = preg_replace($stripAttrib,'',stripslashes($tagSource));

       return $tagSource;

}

Comments (0)

You don't have permission to comment on this page.