]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 156426: Query interface had ยด:s instead of ':s in "doesn't".
authorjouni%heikniemi.net <>
Fri, 12 Jul 2002 02:28:05 +0000 (02:28 +0000)
committerjouni%heikniemi.net <>
Fri, 12 Jul 2002 02:28:05 +0000 (02:28 +0000)
2xr=timeless

template/en/default/search/form.html.tmpl

index 4b6018b7a68bb11fa2761e300d9c822baacced46..5e6a4d458598f217e066a8eaeb3e18a8376100c5 100644 (file)
@@ -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&#8217;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&#8217;t match regexp" } ] %]
+        { name => "notregexp", description => "doesn't match regexp" } ] %]
         
         <option value="[% qv.name %]"
           [% " selected" IF default.emailtype.$n == qv.name %]>[% qv.description %]</option>