possible fix for attachments control in safari
This commit is contained in:
parent
a38024e832
commit
53b81b36d0
1 changed files with 1 additions and 1 deletions
|
|
@ -549,7 +549,7 @@ sub getRichEditor {
|
|||
while (my ($plugin, $path) = each %loadPlugins) {
|
||||
$out .= "tinymce.PluginManager.load('$plugin', '$path');\n";
|
||||
}
|
||||
$out .= "tinyMCE.init(" . JSON::encode_json(\%config) . ");\n</script>";
|
||||
$out .= "tinyMCE.init(" . JSON->new->utf8->pretty->encode(\%config) . ");\n</script>";
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue