From: David Lawrence Date: Wed, 18 May 2011 22:03:38 +0000 (-0400) Subject: Bug 658056 - Improper HTML on show_bug.cgi page when user is logged out X-Git-Tag: bugzilla-4.0.2~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5d700c547ca75a0fd0c249458061e889176e746;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 7105e3418c..6dc71d8853 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -1103,13 +1103,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 %]