plugins/SpecialSearch.php
changeset 100 e9a685fb456f
parent 90 9d29f7e101d6
child 114 47393c6619ea
--- 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))
   {