]> 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:18:42 +0000 (06:18 +0000)
committerlpsolit%gmail.com <>
Thu, 9 Mar 2006 06:18:42 +0000 (06:18 +0000)
template/en/default/attachment/create.html.tmpl

index e91e27386228a5e840b10e53313c8e34fe7571c8..aceb3fc97c9676e602e40dc519d48119b80352c5 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>