From f0a93e5d30074d0ece534f60a5bed8d3d5a5e3d4 Mon Sep 17 00:00:00 2001 From: tomflannaghan Date: Thu, 17 Aug 2006 09:26:31 +0000 Subject: [PATCH] jstemplate --- mod/data/templates.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ''; -- 2.39.5