ChangeSet ID: 31134 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2007/05/25 20:38:48
Modified files: include : screenshot.php
Log message: Alexander Nicolaysen Sørnes alex@thehandofagony.com Adding missing alt attribute to screenshot overlay
Patch: http://cvs.winehq.org/patch.py?id=31134
Old revision New revision Changes Path 1.66 1.67 +1 -1 appdb/include/screenshot.php
Index: appdb/include/screenshot.php diff -u -p appdb/include/screenshot.php:1.66 appdb/include/screenshot.php:1.67 --- appdb/include/screenshot.php:1.66 26 May 2007 1:38:48 -0000 +++ appdb/include/screenshot.php 26 May 2007 1:38:48 -0000 @@ -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 = "";