### Eclipse Workspace Patch 1.0 #P TYPO3 trunk (sgdummy) Index: typo3/sysext/cms/tslib/class.tslib_content.php =================================================================== --- typo3/sysext/cms/tslib/class.tslib_content.php (revision 6978) +++ typo3/sysext/cms/tslib/class.tslib_content.php (working copy) @@ -3090,7 +3090,7 @@ $GLOBALS['TSFE']->imagesOnPage[]=$info[3]; // This array is used to collect the image-refs on the page... if (!strlen($conf['altText']) && !is_array($conf['altText.'])) { // Backwards compatible: - if ($conf['altText'] || $conf['altText.']) { + if ($conf['alttext'] || $conf['alttext.']) { $GLOBALS['TSFE']->logDeprecatedTyposcript('IMAGE.alttext'); } $conf['altText'] = $conf['alttext'];