Home
last modified time | relevance | path

Searched defs:html_tmp (Results 1 – 1 of 1) sorted by relevance

/plugin/zwidoku/
H A DgetEncyc.php213 $html_tmp=preg_replace('/(<(script|style)\b[^>]*>).*?(<\/\2>)/is', "$1$3", $body_content); variable
214 $html_tmp=strip_tags($html_tmp, '<b>'); // remove bold, so it will not move to upper case; variable
215 $html_tmp=strip_tags($html_tmp, '<i>'); // remove italic variable