From d602f3b5a65d9f1c9a340e12752ea3578251a813 Mon Sep 17 00:00:00 2001 From: scyrma <scyrma> Date: Wed, 23 Jul 2008 08:32:57 +0000 Subject: [PATCH] MDL-14741: Use a more neutral default skin. --- lib/editor/tinymce.js.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/editor/tinymce.js.php b/lib/editor/tinymce.js.php index 233ab4c578..ed771365ec 100644 --- a/lib/editor/tinymce.js.php +++ b/lib/editor/tinymce.js.php @@ -154,6 +154,7 @@ echo <<<EOF document_base_url: "$CFG->httpswwwroot", theme: "simple", skin: "o2k7", + skin_variant: "silver", apply_source_formatting: true, remove_script_host: false, entity_encoding: "raw", @@ -168,6 +169,7 @@ echo <<<EOF document_base_url: "$CFG->httpswwwroot", theme: "advanced", skin: "o2k7", + skin_variant: "silver", apply_source_formatting: true, remove_script_host: false, entity_encoding: "raw", -- 2.39.5