Another XHTML fix.
[squirrelmail.git] / templates / default / compose_attachments.tpl
index ced5e89b621570df73cf65fbf707dc35fcada5ee..e4234881f5c7255ee2305758179126f518850e6f 100644 (file)
@@ -13,9 +13,6 @@
  * @subpackage templates
  */
 
-/** add required includes **/
-include_once(SM_PATH . 'templates/util_global.php');
-
 /** extract template variables **/
 extract($t);
 
@@ -28,7 +25,7 @@ extract($t);
    <?php echo _("New") .' '. _("Attachment");?>:
   </td>
   <td class="fieldValue">
-   <input type="file" name="attachfile" size="48">
+   <input type="file" name="attachfile" size="48" />
    &nbsp;
    <input type="submit" name="attach" value="<?php echo _("Attach"); ?>" />
    &nbsp;
@@ -67,4 +64,4 @@ extract($t);
     }
  ?>
 </table>
-</div>
\ No newline at end of file
+</div>