Index: kernel/db/db_tag_processor.php =================================================================== --- kernel/db/db_tag_processor.php (revision 15338) +++ kernel/db/db_tag_processor.php (working copy) @@ -2624,7 +2624,7 @@ $oCKeditor->config = Array ( 'toolbar' => $this->Application->isDebugMode() ? 'DebugMode' : 'Default', // $page_id && $content_id ? 'Advanced' : 'Default', - 'baseHref' => $this->Application->BaseURL( trim(EDITOR_PATH, '/') ), + 'baseHref' => $this->Application->BaseURL( rtrim(EDITOR_PATH, '/') ), // 'ProjectPath' => BASE_PATH . '/', // used by custom MyPreview plugin