]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Caught by justdave right before release: comment box <table> was unclosed if you... bugzilla-3.2 release-3.2
authormkanat%bugzilla.org <>
Sun, 30 Nov 2008 02:19:25 +0000 (02:19 +0000)
committermkanat%bugzilla.org <>
Sun, 30 Nov 2008 02:19:25 +0000 (02:19 +0000)
template/en/default/bug/edit.html.tmpl

index a61f57ddc277f0d329734f54a6512d0af4120f89..3f519bfa9abf79ac32f5528f375e006d944947c7 100644 (file)
     <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"
               </td>
             </tr>
           </table>
-          </td></tr></table>
+        </td></tr></table>
         [% ELSE %]
           <fieldset>
             <legend>Note</legend>