projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5cdb20e
)
alt statt title für images
author
Sven Schöling
<s.schoeling@linet-services.de>
Wed, 29 Aug 2012 18:25:07 +0000
(20:25 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Wed, 17 Oct 2012 13:51:06 +0000
(15:51 +0200)
bin/mozilla/menu.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/menu.pl
b/bin/mozilla/menu.pl
index
1181cbd
..
3f439db
100644
(file)
--- a/
bin/mozilla/menu.pl
+++ b/
bin/mozilla/menu.pl
@@
-215,7
+215,7
@@
sub make_image {
: $size == 24 ? $nbsp
: '';
- return "<img src='$image_url'
title
='$label' width='$width' height='$size'>$padding";
+ return "<img src='$image_url'
alt
='$label' width='$width' height='$size'>$padding";
}
sub _calc_framesize {