Happy New Year
[squirrelmail.git] / templates / default / options_advidentity_list.tpl
index 3d3a56e93b9eb2c7f161f3e162f7f4cc40d3736a..fe79095ff44c2c2a5e3952b989e9143fa5fa40cd 100644 (file)
@@ -16,7 +16,7 @@
  *          $el['ReplyTo']  - value for the Reply To field
  *          $el['Signature']- value for the Signature field
  *
- * @copyright 1999-2011 The SquirrelMail Project Team
+ * @copyright 1999-2018 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
@@ -82,7 +82,8 @@ extract($t);
       <?php echo _("Signature"); ?>
      </td>
      <td class="fieldValue">
-      <textarea name="newidentities[<?php echo $index; ?>][signature]" cols="50" rows="5"><?php echo $identity['Signature']; ?></textarea>
+      <textarea name="newidentities[<?php echo $index; ?>][signature]" cols="50" rows="5">
+<?php echo $identity['Signature']; ?></textarea>
      </td>
     </tr>
     <?php /* FIXME: No hooks in templates! */ $temp = array('', &$identity['New'], &$index); echo concat_hook_function('options_identities_table', $temp); ?>