Index: OggHandler_body.php =================================================================== --- OggHandler_body.php (revision 34103) +++ OggHandler_body.php (working copy) @@ -492,7 +492,9 @@ $imgAttribs = array( 'src' => $this->url, 'width' => $width, - 'height' => $height ); + 'height' => $height, + 'alt' => $alt + ); $playerHeight = $height; } else { // Sound file @@ -503,6 +505,7 @@ 'src' => "$wgStylePath/common/images/icons/fileicon-ogg.png", 'width' => 125, 'height' => 125, + 'alt' => $alt ); } else { // make an icon later if necessary @@ -524,7 +527,8 @@ $imgAttribs = array( 'src' => "$scriptPath/info.png", 'width' => 22, - 'height' => 22 + 'height' => 22, + 'alt' => $alt ); $linkAttribs['title'] = wfMsg( 'ogg-desc-link' ); $descIcon = Xml::tags( 'a', $linkAttribs,