In insert_image.php base href is wrong. Here's a fix:
<base href="<?php print $base_url; $parts = parse_url($base_url); if ($parts['path'] != '/') print '/' ?>" />
This works. The lack of that / made HTMLArea unusable under FF for me.
In insert_image.php base href is wrong. Here's a fix:
<base href="<?php print $base_url; $parts = parse_url($base_url); if ($parts['path'] != '/') print '/' ?>" />
This works. The lack of that / made HTMLArea unusable under FF for me.
Comments
Comment #1
gordon commentedComment #2
(not verified) commented