From ec13dcd25a80c35843cb7abd012e631c651898a8 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Thu, 9 Jul 2015 00:25:50 +0800 Subject: Bug 1181410: "To see this bug, you must first log in to an account" link is bright blue on red --- template/en/default/global/user-error.html.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'template') diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index ae2743c91..f8d8985f9 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -292,12 +292,12 @@ [% ELSIF error == "bug_access_denied" %] [% title = "Access Denied" %] [% admindocslinks = {'groups.html' => 'Group Security'} %] - You are not authorized to access [% terms.bug %] #[% bug_id FILTER html %]. + You are not authorized to access [% terms.bug %] [%= bug_id FILTER html %]. [% ELSIF error == "bug_access_query" %] [% title = "Access Denied" %] [% docslinks = {'myaccount.html' => 'Creating an account'} %] - You are not authorized to access [% terms.bug %] #[% bug_id FILTER html %]. + You are not authorized to access [% terms.bug %] [%= bug_id FILTER html %]. To see this [% terms.bug %], you must first log @@ -1005,7 +1005,7 @@ [% ELSIF error == "bug_id_does_not_exist" %] [% title = BLOCK %]Invalid [% terms.Bug %] ID[% END %] - [% terms.Bug %] #[% bug_id FILTER html %] does not exist. + [% terms.Bug %] [%= bug_id FILTER html %] does not exist. [% ELSIF error == "improper_bug_id_field_value" %] [% title = BLOCK %] -- cgit v1.2.3-24-g4f1b