Index: typo3/sysext/cms/tslib/class.tslib_content.php =================================================================== --- typo3/sysext/cms/tslib/class.tslib_content.php (revision 6146) +++ typo3/sysext/cms/tslib/class.tslib_content.php (working copy) @@ -2681,7 +2681,7 @@ $typeConf = $conf['mimeConf.'][$conf['type'] . '.'] ? $conf['mimeConf.'][$conf['type'] . '.'] : array(); $conf['predefined'] = array(); - $renderType = 'auto'; + $renderType = $conf['renderType']; if (isset($conf['parameter.']['mmRenderType'])) { $renderType = $conf['parameter.']['mmRenderType']; }