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 @@
[%# For logged-out users %]
[% ELSE %]
<table><tr><td><fieldset>
<legend>Note</legend>
You need to
<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></table><tr></td>
<table>
<tr>
<td>
<fieldset>
<legend>Note</legend>
You need to
<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 %]
</div>
[% 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