JSON::XS -> Cpanel::JSON::XS
[freeside.git] / httemplate / elements / htmlarea.html
index 0ba4177..68acb97 100644 (file)
@@ -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,
   'basePath'            => $p.'elements/ckeditor/',