diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-07-31 16:40:09 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-07-31 16:40:09 +0000 |
| commit | 0384f7782a63c94ee5dd5322c12d9046277b335e (patch) | |
| tree | fdd14b09c335ce38d0493f9b502ef9a4ae8a3113 /roundcubemail/program/include/html.php | |
| parent | fbf55b9309d532d089f210c9e3778c5980077177 (diff) | |
Code cleanup with new html classes
git-svn-id: https://svn.roundcube.net/trunk@1618 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include/html.php')
| -rw-r--r-- | roundcubemail/program/include/html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/include/html.php b/roundcubemail/program/include/html.php index 4a79def91..236dec291 100644 --- a/roundcubemail/program/include/html.php +++ b/roundcubemail/program/include/html.php @@ -145,7 +145,7 @@ class html if (is_string($attr)) { $attr = array('href' => $attr); } - return self::tag('a', $attr, $cont, array_merge(self::$common_attrib, array('href','target','name','onclick','onmouseover','onmouseout'))); + return self::tag('a', $attr, $cont, array_merge(self::$common_attrib, array('href','target','name','onclick','onmouseover','onmouseout','onmousedown','onmouseup'))); } /** |
