Totally Zenned
- Join Date:
- Sep 2004
- Posts:
- 605
- Plugin Contributions:
- 1
[not a bug] define_pages_editor.php and ez_pages.php
Both of these files are missing a "// -->" at the end of the init() javascript which oddly enough just displays a blank page when using I.E. however Firefox does not seem to have this problem.
If you search for: ```
if (typeof _editor_url == "string") HTMLArea.replaceAll();
}
and right after the closing brace add:```
// -->
it corrects the problems when using I.E. to edit pages.
Jeff