From: jouni%heikniemi.net <> Date: Fri, 12 Jul 2002 02:28:05 +0000 (+0000) Subject: Bug 156426: Query interface had ´:s instead of ':s in "doesn't". X-Git-Tag: bugzilla-2.16~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba6ff184d0288d4e33f5a9cacad6d110dae6cf40;p=thirdparty%2Fbugzilla.git Bug 156426: Query interface had ´:s instead of ':s in "doesn't". 2xr=timeless --- 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" } ] %]