summaryrefslogtreecommitdiff
path: root/httemplate/elements/htmlarea.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-12-13 15:29:00 -0800
committerIvan Kohler <ivan@freeside.biz>2015-12-13 15:29:00 -0800
commit0a2c29c0f22bee8cb30ef4eea31881ab1ae525f7 (patch)
tree60124fdad24ea6fa1561699b2be55edb887491e8 /httemplate/elements/htmlarea.html
parent9e0a36966f7cbd8fd1584ce2a88c61448a5cec68 (diff)
JSON::XS -> Cpanel::JSON::XS
Diffstat (limited to 'httemplate/elements/htmlarea.html')
-rw-r--r--httemplate/elements/htmlarea.html2
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',