diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2015-12-13 15:28:57 -0800 |
|---|---|---|
| committer | Mitch Jackson <mitch@freeside.biz> | 2018-10-09 18:35:53 -0400 |
| commit | 79800f746bcbea85297b8ec0a94f19a75ed080d0 (patch) | |
| tree | 48e74122cf56b54b03c1b982dd87964d115c4371 /httemplate/elements/htmlarea.html | |
| parent | 828f56957dcd4fb4409eccc8436bf935aa47a8c6 (diff) | |
JSON::XS -> Cpanel::JSON::XS
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 0ba417795..68acb970c 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, 'basePath' => $p.'elements/ckeditor/', |
