search issue
Posted: Sat 1. Jan 2005, 15:49
serch result cant showing correctly when i use HTML link inside article text
in function clean_replacement_tags
is probably like
because <a> html tag not exist, existing tag <a href="">
in function clean_replacement_tags
Code: Select all
$text = strip_tags($text, '<a><b><i><u>');
Code: Select all
$text = strip_tags($text, '<b><i><u>');