From 2748aaf4aa3f19e17a37edc07e89ee402108900d Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sun, 13 Dec 2015 15:28:57 -0800 Subject: JSON::XS -> Cpanel::JSON::XS --- httemplate/elements/htmlarea.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate/elements/htmlarea.html') 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', -- cgit v1.2.1