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 1181cbd..3f439db 100644 (file)
@@ -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 {