diff options
author | Mark Wells <mark@freeside.biz> | 2015-12-09 17:23:46 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2015-12-09 17:23:46 -0800 |
commit | e26b8e8e8036556000defb99879a7ae074b09c60 (patch) | |
tree | afc0ffc90375c8e6ea12ade5d6a36a0489b08335 /httemplate/elements/htmlarea.html | |
parent | 548b94eafa4bc90680e13f015445b6833b065c73 (diff) |
fix strange behavior after inserting a substitution, #38803, fallout from #24331
Diffstat (limited to 'httemplate/elements/htmlarea.html')
-rw-r--r-- | httemplate/elements/htmlarea.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/elements/htmlarea.html b/httemplate/elements/htmlarea.html index d8b25121a..4f9b72163 100644 --- a/httemplate/elements/htmlarea.html +++ b/httemplate/elements/htmlarea.html @@ -20,7 +20,8 @@ Example: <SCRIPT TYPE="text/javascript"> - CKEDITOR.replace('<% $opt{'field'} %>', + var <% $opt{'field'} %>_editor = + CKEDITOR.replace('<% $opt{'field'} %>', <% encode_json($config) %> ); |