aAttribs may not be used in all cases
[squirrelmail.git] / templates / default / line_break.tpl
index 41e774c058b9f47cab015695c17f6986f4bffd8e..d45a3a2579a188959808cf675c27dfe9510ad28b 100644 (file)
@@ -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 ' />';