Add newline after <textarea> because it is always removed by the browser per spec...
[squirrelmail.git] / templates / default / options_advidentity_list.tpl
index a239589d6238dcaf54ce2ad63b35834eb6b04970..3ed7b709013d8575cb9f473152e8ea1b036a93f6 100644 (file)
@@ -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); ?>