diff options
author | alecpl <alec@alec.pl> | 2012-03-09 09:44:12 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2012-03-09 09:44:12 +0000 |
commit | 3cbdbd9bb772619e38b7715190ffd8ea8a1863e6 (patch) | |
tree | 38abcd9f78c37a63cd65624e4c8e3ca001ffc811 /program/include/html.php | |
parent | fe3a1d60a53920029932287629ee0afd4df729aa (diff) |
- Improve logo handling in default skin (#1488385)
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 27da2c340..0e89d778f 100644 --- a/program/include/html.php +++ b/program/include/html.php @@ -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'))); } /** |