diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-08-20 08:45:44 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-08-20 08:45:44 +0200 |
commit | a696e86c80eb84c53e4362412e32ede5039e73a1 (patch) | |
tree | 2b3bd37d5e47babaff3ed4790e7ac556fba45c54 /program/include/html.php | |
parent | c83b83eeae9806cb60ea3f41f2cff055b0c6ed7e (diff) | |
parent | b2631bffd98a51fc8b61aa8452fbaf3e95bcde24 (diff) |
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'program/include/html.php')
-rw-r--r-- | program/include/html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/include/html.php b/program/include/html.php index d15d50875..c6507f813 100644 --- a/program/include/html.php +++ b/program/include/html.php @@ -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'))); + array('src','alt','width','height','border','usemap','onclick'))); } /** |