diff options
author | Mark Wells <mark@freeside.biz> | 2013-08-29 16:23:27 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2013-08-29 16:23:27 -0700 |
commit | 35d24c449337f95d0e2174cbed55b53eb6c32ca2 (patch) | |
tree | cb3688ae89f3b26fe549008a88c01b3e22c28308 /httemplate/edit/elements | |
parent | f829595fdd9e62b91251fc1cc2726367e558e1d4 (diff) |
when editing templates with CKEditor, protect blocks of perl code, #24331
Diffstat (limited to 'httemplate/edit/elements')
-rw-r--r-- | httemplate/edit/elements/edit.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/elements/edit.html b/httemplate/edit/elements/edit.html index 08408297b..ed677d7ab 100644 --- a/httemplate/edit/elements/edit.html +++ b/httemplate/edit/elements/edit.html @@ -328,7 +328,7 @@ Example: % qw( hashref agent_virt agent_null agent_null_right ),#*-table % qw( formatted_value ), #fixed % qw( country ), #select-country -% qw( width height ), #htmlarea +% qw( width height config ), #htmlarea % qw( alt_format ), #select-cust_location % qw( classnum ), # select-inventory_item % ; |