@ -154,7 +154,7 @@ class html
$attr = array('src' => $attr);
}
return self::tag('img', $attr + array('alt' => ''), null, array_merge(self::$common_attrib,
array('src','alt','width','height','border','usemap','onclick')));
/**
@ -20,8 +20,6 @@
*/
* rcube_browser
*
* Provide details about the client's browser based on the User-Agent header
* @package Core