Commit b3247a81 authored by David Lawrence's avatar David Lawrence

Bug 658056 - Improper HTML on show_bug.cgi page when user is logged out

r/a=LpSolit
parent 32a5f448
...@@ -1110,13 +1110,19 @@ ...@@ -1110,13 +1110,19 @@
[%# For logged-out users %] [%# For logged-out users %]
[% ELSE %] [% ELSE %]
<table><tr><td><fieldset> <table>
<legend>Note</legend> <tr>
You need to <td>
<a href="show_bug.cgi?id= <fieldset>
[%- bug.bug_id %]&amp;GoAheadAndLogIn=1">log in</a> <legend>Note</legend>
before you can comment on or make changes to this [% terms.bug %]. You need to
</fieldset></table><tr></td> <a href="show_bug.cgi?id=
[%- bug.bug_id %]&amp;GoAheadAndLogIn=1">log in</a>
before you can comment on or make changes to this [% terms.bug %].
</fieldset>
</td>
</tr>
</table>
[% END %] [% END %]
</div> </div>
[% END %] [% END %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment