Merging from MOODLE_15_STABLE

- Fix for Bug #4201, cursor movement on IE.
This commit is contained in:
julmis 2005-10-24 14:15:36 +00:00
parent 2a5454600f
commit b59648908f

View File

@ -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)