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