Adding missing alt attribute to screenshot overlay
This commit is contained in:
committed by
WineHQ
parent
bab429ee90
commit
299f2b3c2a
@@ -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 = "";
|
||||
|
||||
Reference in New Issue
Block a user