From 6c525f490d7380caf936443d243a9042c26eb6f4 Mon Sep 17 00:00:00 2001 From: toyomoyo Date: Mon, 19 Jun 2006 03:30:08 +0000 Subject: [PATCH] merged, gives IE a bit more time to print --- blog/edit.php | 10 ---------- blog/footer.php | 11 +++++++++++ 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/blog/edit.php b/blog/edit.php index 01bc0c41ce..31c7256a2e 100755 --- a/blog/edit.php +++ b/blog/edit.php @@ -137,16 +137,6 @@ print_simple_box_start("center"); require('edit.html'); print_simple_box_end(); - // Janne comment: Let's move this in here - // so IE gets more time to load the - // Page. - if ($usehtmleditor) { - // Janne comment: there are two text fields in form - // so lets try to replace them both with - // HTMLArea editors - use_html_editor(); - } - include($CFG->dirroot .'/blog/footer.php'); diff --git a/blog/footer.php b/blog/footer.php index 8ae25f8d1e..f74356f933 100644 --- a/blog/footer.php +++ b/blog/footer.php @@ -21,6 +21,17 @@ if (blocks_have_content($pageblocks, BLOCK_POS_RIGHT) || $editing) { id)) { print_footer($course); } else { -- 2.39.5