]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Caught by justdave: comment box <table> was unclosed if you weren't logged in.
authormkanat%bugzilla.org <>
Sun, 30 Nov 2008 02:20:17 +0000 (02:20 +0000)
committermkanat%bugzilla.org <>
Sun, 30 Nov 2008 02:20:17 +0000 (02:20 +0000)
template/en/default/bug/edit.html.tmpl

index b00f1d3c324eebf301d7ebec051fd6319a4a7943..ff621173fb925d82684da957aae21ae365e47d84 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>