mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
fixed syntax errors
This commit is contained in:
parent
98d80d851b
commit
86255e006b
1 changed files with 2 additions and 2 deletions
|
@ -9,9 +9,9 @@
|
||||||
<?php
|
<?php
|
||||||
if (!empty($USER->id)) {
|
if (!empty($USER->id)) {
|
||||||
if ($CFG->defaulthtmleditor == 'tinymce') {
|
if ($CFG->defaulthtmleditor == 'tinymce') {
|
||||||
echo = 'skin : "o2k7",';
|
echo 'skin : "o2k7",';
|
||||||
} else {
|
} else {
|
||||||
echo = 'skin : "default",';
|
echo 'skin : "default",';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue