program/lib/Roundcube/html.php | ●●●●● patch | view | raw | blame | history |
program/lib/Roundcube/html.php
@@ -677,7 +677,7 @@ */ public function __construct($attrib = array()) { $default_attrib = self::$doctype == 'xhtml' ? array('summary' => '', 'border' => 0) : array(); $default_attrib = self::$doctype == 'xhtml' ? array('summary' => '', 'border' => '0') : array(); $this->attrib = array_merge($attrib, $default_attrib); if (!empty($attrib['tagname']) && $attrib['tagname'] != 'table') {