diff options
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index ebd44906e..24000983a 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -988,7 +988,7 @@ [% USE Bugzilla %] [% namedcmd = Bugzilla.cgi.param("namedcmd") %] -[% IF namedcmd %] +[% IF namedcmd AND error != "missing_query" %] <p> Alternatively, you can <a href="buglist.cgi?cmdtype=dorem&remaction=forget&namedcmd= @@ -1000,7 +1000,7 @@ [% END %] [% END %] - this saved search: '[% namedcmd FILTER html %]'. + the saved search '[% namedcmd FILTER html %]'. </p> [% END %] |