From 35d24c449337f95d0e2174cbed55b53eb6c32ca2 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Thu, 29 Aug 2013 16:23:27 -0700 Subject: when editing templates with CKEditor, protect blocks of perl code, #24331 --- httemplate/edit/msg_template.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'httemplate/edit/msg_template.html') diff --git a/httemplate/edit/msg_template.html b/httemplate/edit/msg_template.html index fa375a0aa..06cac440e 100644 --- a/httemplate/edit/msg_template.html +++ b/httemplate/edit/msg_template.html @@ -67,7 +67,8 @@ if ( $curuser->access_right('Edit global templates') { field => 'subject', size=>60, }, { field => 'body', type => 'htmlarea', - width => 763 + width => 763, + config=> { extraPlugins => 'blockprotect' }, }, ; } else { #readonly -- cgit v1.2.1