mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-06 16:16:48 +01:00
New feature: display attached images as thumbnails below message body
This commit is contained in:
@@ -252,9 +252,9 @@ class html
|
||||
* @return string HTML code
|
||||
* @see html::tag()
|
||||
*/
|
||||
public static function br()
|
||||
public static function br($attrib = array())
|
||||
{
|
||||
return self::tag('br');
|
||||
return self::tag('br', $attrib);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user