Index: typo3/sysext/rtehtmlarea/class.tx_rtehtmlarea_base.php =================================================================== --- typo3/sysext/rtehtmlarea/class.tx_rtehtmlarea_base.php (revision 4338) +++ typo3/sysext/rtehtmlarea/class.tx_rtehtmlarea_base.php (working copy) @@ -340,9 +340,9 @@ * ======================================= */ // Preloading the pageStyle - $GLOBALS['SOBE']->doc->JScodeLibArray['rtehtmlarea-contentCSS'] = $this->getPageStyle(); + $this->TCEform->additionalCode_pre['rtehtmlarea-pageStyle'] = $this->getPageStyle(); // Including RTE skin stylesheets - $GLOBALS['SOBE']->doc->JScodeLibArray['rtehtmlarea-skin'] = $this->getSkin(); + $this->TCEform->additionalCode_pre['rtehtmlarea-skin'] = $this->getSkin(); // Loading JavaScript files and code $this->TCEform->additionalCode_pre['rtehtmlarea-loadJSfiles'] = $this->loadJSfiles($this->TCEform->RTEcounter); $this->TCEform->additionalJS_pre['rtehtmlarea-loadJScode'] = $this->loadJScode($this->TCEform->RTEcounter);