mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
Merging from MOODLE_15_STABLE
- Fix for Bug #4201, cursor movement on IE.
This commit is contained in:
parent
2a5454600f
commit
b59648908f
@ -675,9 +675,7 @@ HTMLArea.prototype.generate = function () {
|
||||
// Generate iframe content
|
||||
var html = ""
|
||||
if (!editor.config.fullPage) {
|
||||
html = '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ';
|
||||
html += '"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n';
|
||||
html += "<html>\n";
|
||||
html = "<html>\n";
|
||||
html += "<head>\n";
|
||||
html += '<meta http-equiv="content-type" content="text/html; charset=<?php echo $charset; ?>" />\n';
|
||||
if (editor.config.baseURL)
|
||||
|
Loading…
x
Reference in New Issue
Block a user