Forums
(@bom)
21 years, 10 months ago
I have another fix for the google-hilite plugin– if there are any ‘/’s in the search term, the plugin chokes and breaks the display. I inserted this at line 104 to fix it: $term = preg_quote($term, '/');
$term = preg_quote($term, '/');