mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-04 15:24:02 +01:00
- Improve logo handling in default skin (#1488385)
This commit is contained in:
@@ -157,7 +157,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')));
|
||||
array('src','alt','width','height','border','usemap','onclick')));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user