mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
jstemplate
This commit is contained in:
parent
5a83945ec5
commit
f0a93e5d30
@ -149,7 +149,7 @@
|
||||
|
||||
|
||||
/// Add the HTML editor(s).
|
||||
$usehtmleditor = can_use_html_editor() && ($mode != 'csstemplate');
|
||||
$usehtmleditor = can_use_html_editor() && ($mode != 'csstemplate') && ($mode != 'jstemplate');
|
||||
if ($mode == 'listtemplate'){
|
||||
// Print the list template header.
|
||||
echo '<tr>';
|
||||
|
Loading…
x
Reference in New Issue
Block a user