mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 20:50:21 +01:00
Fixing Bug #1765 (mystery fix).
This commit is contained in:
parent
66991ecaf4
commit
5985f9dce9
@ -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);
|
||||
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user