diff options
author | jouni%heikniemi.net <> | 2002-07-12 02:28:05 +0000 |
---|---|---|
committer | jouni%heikniemi.net <> | 2002-07-12 02:28:05 +0000 |
commit | ba6ff184d0288d4e33f5a9cacad6d110dae6cf40 (patch) | |
tree | 2048136b721c3c93248d00ccb94297ab08118c32 | |
parent | Bug 156680: "Undefined variable warning" in createaccount.cgi (diff) | |
download | bugzilla-ba6ff184d0288d4e33f5a9cacad6d110dae6cf40.tar.gz bugzilla-ba6ff184d0288d4e33f5a9cacad6d110dae6cf40.tar.bz2 bugzilla-ba6ff184d0288d4e33f5a9cacad6d110dae6cf40.zip |
Bug 156426: Query interface had ´:s instead of ':s in "doesn't".
2xr=timeless
-rw-r--r-- | template/en/default/search/form.html.tmpl | 4 |
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 4b6018b7a..5e6a4d458 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> |