summaryrefslogtreecommitdiff
path: root/program/include
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2012-03-09 09:44:12 +0000
committeralecpl <alec@alec.pl>2012-03-09 09:44:12 +0000
commit3cbdbd9bb772619e38b7715190ffd8ea8a1863e6 (patch)
tree38abcd9f78c37a63cd65624e4c8e3ca001ffc811 /program/include
parentfe3a1d60a53920029932287629ee0afd4df729aa (diff)
- Improve logo handling in default skin (#1488385)
Diffstat (limited to 'program/include')
-rw-r--r--program/include/html.php2
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')));
}
/**