From: skodak Date: Mon, 12 May 2008 20:18:42 +0000 (+0000) Subject: fixed syntax errors X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=86255e006b4020c3022af1212dfcb0d32b082cbe;p=moodle.git fixed syntax errors --- 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",'; } } ?>