Happy New Year
[squirrelmail.git] / templates / default_advanced / compose_body.tpl
index 0b76ed5f86e9a873181558afd19f5bff6c42d0ef..b384e9cc6022770d259f92291f563b71b97b933a 100644 (file)
@@ -8,9 +8,9 @@
  *    $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-2012 The SquirrelMail Project Team
+ * @copyright 1999-2020 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
- * @version $Id: compose_body.tpl 11743 2006-09-27 21:54:14Z stevetruckstuff $
+ * @version $Id$
  * @package squirrelmail
  * @subpackage templates
  */
@@ -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>
 
 <?php if (checkForJavascript()) // Display text area resizing handle