]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 329323: Some browsers might not pick up comment upon new attachment - Patch by...
authorlpsolit%gmail.com <>
Thu, 9 Mar 2006 06:21:11 +0000 (06:21 +0000)
committerlpsolit%gmail.com <>
Thu, 9 Mar 2006 06:21:11 +0000 (06:21 +0000)
template/en/default/attachment/create.html.tmpl

index efc0945a785e58fd67fe1b04d52ed6961773e127..4a079ecaacc9e0062a326d94aa2d66cf9614bbbd 100644 (file)
       <th><label for="comment">Comment:</label></th>
       <td>
         <em>(optional) Add a comment about this attachment to the [% terms.bug %].</em><br>
-        <textarea wrap="soft" id="commment" name="comment" rows="6" cols="[% constants.COMMENT_COLS FILTER none %]"></textarea>
+        <textarea wrap="soft" id="comment" name="comment" rows="6" cols="[% constants.COMMENT_COLS FILTER none %]"></textarea>
       </td>
     </tr>
     <tr>