From ba6ff184d0288d4e33f5a9cacad6d110dae6cf40 Mon Sep 17 00:00:00 2001 From: "jouni%heikniemi.net" <> Date: Fri, 12 Jul 2002 02:28:05 +0000 Subject: [PATCH] =?utf8?q?Bug=20156426:=20Query=20interface=20had=20=C2=B4?= =?utf8?q?:s=20instead=20of=20':s=20in=20"doesn't".=202xr=3Dtimeless?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- template/en/default/search/form.html.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template/en/default/search/form.html.tmpl b/template/en/default/search/form.html.tmpl index 4b6018b7a6..5e6a4d4585 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" } ] %] -- 2.47.2