From b3247a8197d6b7ee7f5e157d39cd28eb97690f90 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Wed, 18 May 2011 18:00:48 -0400 Subject: Bug 658056 - Improper HTML on show_bug.cgi page when user is logged out r/a=LpSolit --- template/en/default/bug/edit.html.tmpl | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) (limited to 'template') diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index f64d589c9..ab150dd31 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -1110,13 +1110,19 @@ [%# For logged-out users %] [% ELSE %] -
- Note - You need to - log in - before you can comment on or make changes to this [% terms.bug %]. -
+ + + + +
+
+ Note + You need to + log in + before you can comment on or make changes to this [% terms.bug %]. +
+
[% END %] [% END %] -- cgit v1.2.3-24-g4f1b