]> wagnertech.de Git - kivitendo-erp.git/commitdiff
alt statt title für images
authorSven Schöling <s.schoeling@linet-services.de>
Wed, 29 Aug 2012 18:25:07 +0000 (20:25 +0200)
committerSven Schöling <s.schoeling@linet-services.de>
Wed, 17 Oct 2012 13:51:06 +0000 (15:51 +0200)
bin/mozilla/menu.pl

index 1181cbd82db15cc00dd9bcda0e3a62ac78d48bf4..3f439db89327f343cfaa522cfb12e59d853a5c45 100644 (file)
@@ -215,7 +215,7 @@ sub make_image {
                 : $size == 24                ? $nbsp
                 :                            '';
 
                 : $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 {
 }
 
 sub _calc_framesize {