Index: typo3/sysext/cms/tslib/class.tslib_content.php =================================================================== --- typo3/sysext/cms/tslib/class.tslib_content.php (revision 8626) +++ typo3/sysext/cms/tslib/class.tslib_content.php (working copy) @@ -2831,6 +2831,10 @@ } } + if ($conf['stdWrap.']) { + $content = $this->stdWrap($content, $conf['stdWrap.']); + } + return $content; }