X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fhtmlarea.html;h=dba744e23f23fed6d023c5c256c354b2be924922;hb=b7d4aaee22ceda078bbfcca47038eb0bf4230a1c;hp=4f9b7216382eddb5a680997ca9f1cb9be3ea8b76;hpb=41dcb76c7a2cd0f020e4eb360944b99dae10c2a4;p=freeside.git 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',