Index: typo3/sysext/t3editor/class.tx_t3editor.php =================================================================== --- typo3/sysext/t3editor/class.tx_t3editor.php (revision 7672) +++ typo3/sysext/t3editor/class.tx_t3editor.php (working copy) @@ -328,7 +328,7 @@ $outCode = $GLOBALS['T3_VAR']['t3editorObj']->getCodeEditor( 'data[constants]', 'fixed-font enable-tab', - t3lib_div::formatForTextarea($parameters['tplRow']['constants']), + '$1', $attributes, $title, array( @@ -357,7 +357,7 @@ $outCode = $GLOBALS['T3_VAR']['t3editorObj']->getCodeEditor( 'data[config]', 'fixed-font enable-tab', - t3lib_div::formatForTextarea($parameters['tplRow']['config']), + '$1', $attributes, $title, array(