Page 1 of 1

search issue

Posted: Sat 1. Jan 2005, 15:49
by creep
serch result cant showing correctly when i use HTML link inside article text

in function clean_replacement_tags

Code: Select all

$text = strip_tags($text, '<a><b><i><u>');
is probably like

Code: Select all

$text = strip_tags($text, '<b><i><u>');
because <a> html tag not exist, existing tag <a href="">