Please check attach file.
I also fixed a bug.
after::
[code]$text = preg_replace( "/".$searchword."/i",
"<strong class=\"highlight\">\\0</strong>", $text);[/
code]
before::
[code]$text = eregi_replace( "/{$searchword}/i",
"<span class=\"highlight\">\\0</span>", $text);[/code]
Logged In: YES
user_id=799761
Patch applied; jcauble will eventually review the components
for CSS compliance