Commit cb5c8d29 authored by mkanat%bugzilla.org's avatar mkanat%bugzilla.org

Caught by justdave: comment box <table> was unclosed if you weren't logged in.

parent 894abc8a
......@@ -241,9 +241,9 @@
<tr>
<td id="comment_status_commit">
<!-- The table keeps the commit button aligned with the box. -->
<table><tr><td>
<a name="add_comment"></a>
[% IF user.id %]
<table><tr><td>
<label for="comment" accesskey="c"><b>Additional <u>C</u>omments</b></label>:
[% IF Param("insidergroup") && user.in_group(Param("insidergroup")) %]
<input type="checkbox" name="commentprivacy" value="1"
......@@ -277,7 +277,7 @@
</td>
</tr>
</table>
</td></tr></table>
</td></tr></table>
[% ELSE %]
<fieldset>
<legend>Note</legend>
......
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