Happy New Year
[squirrelmail.git] / templates / default / compose_body.tpl
index 23b36b47f8d3f1e278e0855e762350fcd5cc3370..1e0255b47736c2b8adcf672f0185810c1caa799a 100644 (file)
@@ -8,7 +8,7 @@
  *    $accesskey_compose_body - The access key to use for the message body textarea
  *    $accesskey_compose_send - The access key to be use for the Send button
  *
- * @copyright 1999-2011 The SquirrelMail Project Team
+ * @copyright 1999-2020 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
@@ -26,7 +26,8 @@ extract($t);
 <table cellspacing="0" class="table1">
  <tr>
   <td style="text-align: center">
-   <textarea name="body" id="body" rows="<?php echo $editor_height; ?>" cols="<?php echo $editor_width; ?>" <?php if ($accesskey_compose_body != 'NONE') echo 'accesskey="' . $accesskey_compose_body . '" '; echo $input_onfocus; ?>><?php echo $body; ?></textarea>
+   <textarea name="body" id="body" rows="<?php echo $editor_height; ?>" cols="<?php echo $editor_width; ?>" <?php if ($accesskey_compose_body != 'NONE') echo 'accesskey="' . $accesskey_compose_body . '" '; echo $input_onfocus; ?>>
+<?php echo $body; ?></textarea>
   </td>
  </tr>
  <?php