Index: typo3/sysext/cms/tslib/content/class.tslib_content_image.php =================================================================== --- typo3/sysext/cms/tslib/content/class.tslib_content_image.php (revision 9214) +++ typo3/sysext/cms/tslib/content/class.tslib_content_image.php (revision ) @@ -44,7 +44,7 @@ public function render($conf = array()) { if ($this->cObj->checkIf($conf['if.'])) { $theValue = $this->cObj->cImage($conf['file'], $conf); - if ($conf['stdWrap.']) { + if (isset($conf['stdWrap.'])) { $theValue = $this->cObj->stdWrap($theValue, $conf['stdWrap.']); } return $theValue;