Change string to something already in squirrelmail.pot
[squirrelmail.git] / templates / default / line_break.tpl
index 41e774c058b9f47cab015695c17f6986f4bffd8e..741fbf381aa9ad228e1f90bebbb3c74118d00e3e 100644 (file)
@@ -13,9 +13,9 @@
   *                 in double quotes as attribute values (optional;
   *                 may not be present)
   *
-  * @copyright © 1999-2008 The SquirrelMail Project Team
+  * @copyright 1999-2013 The SquirrelMail Project Team
   * @license http://opensource.org/licenses/gpl-license.php GNU Public License
-  * @version $Id: line_break.tpl 12046 2007-01-02 21:03:07Z pdontthink $
+  * @version $Id$
   * @package squirrelmail
   * @subpackage templates
   */
@@ -27,7 +27,7 @@ extract($t);
 
 
 echo '<br';
-foreach ($aAttribs as $key => $value) {
+if (isset($aAttribs)) foreach ($aAttribs as $key => $value) {
     echo ' ' . $key . (is_null($value) ? '' : '="' . $value . '"');
 }
 echo ' />';