Happy New Year
[squirrelmail.git] / templates / default / textarea.tpl
index b9dd1b261ad49d2bd933f403017dfbe443c9bccf..d544aa983864bd4429d283a38d20ecd806a2eb26 100644 (file)
@@ -16,7 +16,7 @@
   *                    in double quotes as attribute values (optional;
   *                    may not be present)
   *
-  * @copyright 1999-2014 The SquirrelMail Project Team
+  * @copyright 1999-2019 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";