Adding missing alt attribute to screenshot overlay

This commit is contained in:
Alexander Nicolaysen Sørnes
2007-05-26 01:38:48 +00:00
committed by WineHQ
parent bab429ee90
commit 299f2b3c2a

View File

@@ -376,7 +376,7 @@ class Screenshot {
/* skip it for IE */
if(strpos($_SERVER['HTTP_USER_AGENT'], "MSIE") === false)
{
$sZoomIcon = '<img class="zoom_overlay" src="'.BASE.'images/xmag_32.png">';
$sZoomIcon = '<img class="zoom_overlay" src="'.BASE.'images/xmag_32.png" alt="" />';
}
else
$sZoomIcon = "";