From: tomflannaghan Date: Thu, 17 Aug 2006 09:26:31 +0000 (+0000) Subject: jstemplate X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=f0a93e5d30074d0ece534f60a5bed8d3d5a5e3d4;p=moodle.git jstemplate --- diff --git a/mod/data/templates.php b/mod/data/templates.php index dd32238e0c..f15e0b8e44 100755 --- a/mod/data/templates.php +++ b/mod/data/templates.php @@ -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 '';