From: David Lawrence Date: Wed, 18 May 2011 22:00:48 +0000 (-0400) Subject: Bug 658056 - Improper HTML on show_bug.cgi page when user is logged out X-Git-Tag: bugzilla-4.1.3~77 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3247a8197d6b7ee7f5e157d39cd28eb97690f90;p=thirdparty%2Fbugzilla.git Bug 658056 - Improper HTML on show_bug.cgi page when user is logged out r/a=LpSolit --- diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index f64d589c92..ab150dd31e 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 %]