summaryrefslogtreecommitdiff
path: root/httemplate/elements/htmlarea.html
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-08-29 21:27:39 -0700
committerMark Wells <mark@freeside.biz>2015-08-29 21:27:46 -0700
commit1f343115f761ab39020a6aa76d3698fe4c8f2d61 (patch)
tree7868720187201cc5a045d6f05f42221f9cdadc8b /httemplate/elements/htmlarea.html
parent9fd03716b831bd00a725a63edbe19cfe6b88aea0 (diff)
fix improper relative paths, incidental to #21564
Diffstat (limited to 'httemplate/elements/htmlarea.html')
-rw-r--r--httemplate/elements/htmlarea.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/elements/htmlarea.html b/httemplate/elements/htmlarea.html
index 7c40e61c7..d8b25121a 100644
--- a/httemplate/elements/htmlarea.html
+++ b/httemplate/elements/htmlarea.html
@@ -12,7 +12,7 @@ Example:
</%doc>
% #init
-<SCRIPT TYPE="text/javascript" src="<% $p %>elements/ckeditor/ckeditor.js">
+<SCRIPT TYPE="text/javascript" src="<% $fsurl %>elements/ckeditor/ckeditor.js">
</SCRIPT>
% #editor
@@ -35,7 +35,7 @@ my $config = {
'skin' => 'kama',
'toolbarCanCollapse' => JSON::true,
'removePlugins' => 'elementspath',
- 'basePath' => $p.'elements/ckeditor/',
+ 'basePath' => $fsurl.'elements/ckeditor/',
'enterMode' => 2,
%{ $opt{config} || {} },
};