summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
Diffstat (limited to 'template')
-rw-r--r--template/en/default/search/form.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/search/form.html.tmpl b/template/en/default/search/form.html.tmpl
index 057ef12ef..7bab96cb6 100644
--- a/template/en/default/search/form.html.tmpl
+++ b/template/en/default/search/form.html.tmpl
@@ -325,7 +325,7 @@ function selectProduct(f) {
{ value => "allwords", description => "contains all of the words" },
{ value => "anywords", description => "contains any of the words" },
{ value => "regexp", description => "matches the regexp" },
- { value => "notregexp", description => "doesn’t match the regexp" } ] %]
+ { value => "notregexp", description => "doesn't match the regexp" } ] %]
[%# *** Summary *** %]
@@ -557,7 +557,7 @@ function selectProduct(f) {
{ name => "substring", description => "contains" },
{ name => "exact", description => "is" },
{ name => "regexp", description => "matches regexp" },
- { name => "notregexp", description => "doesn’t match regexp" } ] %]
+ { name => "notregexp", description => "doesn't match regexp" } ] %]
<option value="[% qv.name %]"
[% " selected" IF default.emailtype.$n == qv.name %]>[% qv.description %]</option>