### Eclipse Workspace Patch 1.0
#P typo3core
Index: typo3/sysext/cms/tslib/class.tslib_menu.php
===================================================================
--- typo3/sysext/cms/tslib/class.tslib_menu.php (revision 5512)
+++ typo3/sysext/cms/tslib/class.tslib_menu.php (working copy)
@@ -1841,7 +1841,7 @@
}
}
$GLOBALS['TSFE']->imagesOnPage[]=$imgInfo[3];
- $res='I['val'][$pref.'ImgTagParams']?" ".$this->I['val'][$pref.'ImgTagParams']:'').tslib_cObj::getBorderAttr('border="0"');
+ $res='I['val'][$pref.'ImgTagParams']?" ".$this->I['val'][$pref.'ImgTagParams']:'').tslib_cObj::getBorderAttr('border="0"');
if (!strstr($res,'alt="')) $res.=' alt=""'; // Adding alt attribute if not set.
$res.=' />';
if ($this->I['val'][$pref.'ImgLink']) {$res=$this->I['A1'].$res.$this->I['A2'];}