diff options
Diffstat (limited to 'httemplate/elements/htmlarea.html')
-rw-r--r-- | httemplate/elements/htmlarea.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/htmlarea.html b/httemplate/elements/htmlarea.html index 4f9b72163..dba744e23 100644 --- a/httemplate/elements/htmlarea.html +++ b/httemplate/elements/htmlarea.html @@ -32,7 +32,7 @@ Example: my %opt = @_; my $config = { 'height' => ($opt{height} || 420), - 'startupFocus' => JSON::true, + 'startupFocus' => Cpanel::JSON::XS::true, 'skin' => 'kama', 'toolbarCanCollapse' => JSON::true, 'removePlugins' => 'elementspath', |