Fixing Bug #1765 (mystery fix).

This commit is contained in:
julmis 2004-08-22 10:42:39 +00:00
parent 66991ecaf4
commit 5985f9dce9

View File

@ -273,6 +273,12 @@ include("edit.html");
echo '</center>';
glossary_print_tabbed_table_end();
// Lets give IE more time to load the whole page
// before trying to load the editor.
if ($usehtmleditor) {
use_html_editor("text");
}
print_footer($course);
?>