Happy New Year
[squirrelmail.git] / templates / default / textarea.tpl
index 6a04ae8ae09e4aed4c3e067688fd61d82baa658f..313cc075aa204efd615fcb35249197864b7dab9a 100644 (file)
@@ -16,7 +16,7 @@
   *                    in double quotes as attribute values (optional;
   *                    may not be present)
   *
-  * @copyright 1999-2012 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
@@ -32,6 +32,6 @@ echo '<textarea name="' . $name . '" rows="' . $rows . '" cols="' . $cols . '"';
 foreach ($aAttribs as $key => $value) {
     echo ' ' . $key . (is_null($value) ? '' : '="' . $value . '"');
 }
-echo '>' . $text . "</textarea>\n";
+echo ">\n" . $text . "</textarea>\n";