From: Max Kanat-Alexander Date: Tue, 15 Feb 2011 05:59:07 +0000 (-0800) Subject: Remove the "unknown_keyword" error, which is no longer used. X-Git-Tag: bugzilla-4.0~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a75ab4f6e2bccc4bf8512796e54cde937365e731;p=thirdparty%2Fbugzilla.git Remove the "unknown_keyword" error, which is no longer used. https://bugzilla.mozilla.org/show_bug.cgi?id=490322 --- diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index f2cf053a52..b1b8ae56d7 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -1591,11 +1591,6 @@ I could not figure out what you wanted to do. [% END %] - [% ELSIF error == "unknown_keyword" %] - [% title = "Unknown Keyword" %] - [% keyword FILTER html %] is not a known keyword. - The legal keyword names are listed here. - [% ELSIF error == "unknown_tab" %] [% title = "Unknown Tab" %] [% current_tab_name FILTER html %] is not a legal tab name.