From 86255e006b4020c3022af1212dfcb0d32b082cbe Mon Sep 17 00:00:00 2001 From: skodak Date: Mon, 12 May 2008 20:18:42 +0000 Subject: [PATCH] fixed syntax errors --- lib/editor/tinymce/staff.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/editor/tinymce/staff.php b/lib/editor/tinymce/staff.php index f0797169af..8b6fe0800d 100644 --- a/lib/editor/tinymce/staff.php +++ b/lib/editor/tinymce/staff.php @@ -9,9 +9,9 @@ id)) { if ($CFG->defaulthtmleditor == 'tinymce') { - echo = 'skin : "o2k7",'; + echo 'skin : "o2k7",'; } else { - echo = 'skin : "default",'; + echo 'skin : "default",'; } } ?> -- 2.39.5