Fix to Bug no. 3097187 - search with spaces error

This commit is contained in:
Or 2011-02-10 10:10:02 +02:00
parent 5a8327be1d
commit 61c04482b2

View File

@ -84,6 +84,7 @@ if (is_null($terms)) {
// Search terms
} else {
$terms = rawurlencode($terms);
$tplVars['subtitle'] = T_('Search Results');
$selected = ' selected="selected"';