diff options
Diffstat (limited to 'template/en/default/search')
-rw-r--r-- | template/en/default/search/form.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/search/form.html.tmpl b/template/en/default/search/form.html.tmpl index 6de37286f..5d3251a96 100644 --- a/template/en/default/search/form.html.tmpl +++ b/template/en/default/search/form.html.tmpl @@ -430,8 +430,8 @@ function selectProduct(f) { <td> <select name="keywords_type"> [% FOREACH qv = [ - { name => "anywords", description => "contains any of the keywords" }, { name => "allwords", description => "contains all of the keywords" }, + { name => "anywords", description => "contains any of the keywords" }, { name => "nowords", description => "contains none of the keywords" } ] %] <option value="[% qv.name %]" |