From 378c0bc7e095c80102da2a36685eadb6013ebfc0 Mon Sep 17 00:00:00 2001 From: "jouni%heikniemi.net" <> Date: Fri, 12 Jul 2002 02:29:27 +0000 Subject: Bug 156426: Query interface had ยด:s instead of ':s in "doesn't". 2xr=timeless MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/search/form.html.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'template/en/default/search/form.html.tmpl') 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" } ] %] -- cgit v1.2.3-24-g4f1b