Fixed: highlighting issue in search results renderer when the search query was comprised entirely of one quoted term
--- a/plugins/SpecialSearch.php Sat Aug 25 12:22:46 2007 -0400
+++ b/plugins/SpecialSearch.php Sat Aug 25 12:35:48 2007 -0400
@@ -83,6 +83,7 @@
$q .= implode(' ', $req);
}
}
+ $q = trim($q);
$template->header();
if(!empty($q))
{