Index: branches/5.2.x/core/kernel/db/db_tag_processor.php =================================================================== diff -u -N -r15325 -r15340 --- branches/5.2.x/core/kernel/db/db_tag_processor.php (.../db_tag_processor.php) (revision 15325) +++ branches/5.2.x/core/kernel/db/db_tag_processor.php (.../db_tag_processor.php) (revision 15340) @@ -1,6 +1,6 @@ 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