diff options
| author | thomascube <thomas@roundcube.net> | 2008-07-31 16:40:09 +0000 |
|---|---|---|
| committer | thomascube <thomas@roundcube.net> | 2008-07-31 16:40:09 +0000 |
| commit | 6d6e066f23a272719312bc6efbef907e0e9668b9 (patch) | |
| tree | 8787b7c3fd9b47227cb0c4f21037ce0c4d666128 /program/include/html.php | |
| parent | d224551cfbf5903505f41bc9e51ad9840119942f (diff) | |
Code cleanup with new html classes
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 4a79def91..236dec291 100644 --- a/program/include/html.php +++ b/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'))); } /** |
