# HG changeset patch # User Dan # Date 1188059748 14400 # Node ID e9a685fb456fd60f10af1f2d912ad69ba63faed8 # Parent 2332ebd75f61c128c52e0d788f55fdd2f8c49dcb Fixed: highlighting issue in search results renderer when the search query was comprised entirely of one quoted term diff -r 2332ebd75f61 -r e9a685fb456f plugins/SpecialSearch.php --- 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)) {