Bug #6106 - HTML editor inserting unwanted hard return between images; merged from MOODLE_16_STABLE

This commit is contained in:
skodak 2006-08-09 09:37:01 +00:00
parent 7613e6d7d1
commit 563e64e3de

View File

@ -187,7 +187,7 @@ HTMLArea.getHTML = function(root, outputRoot, editor) {
if (outputRoot) {
html += "</" + root_tag + ">";
}
html = HTMLArea.indent(html);
// html = HTMLArea.indent(html);//see bug #6106
};
// html = HTMLArea.htmlEncode(html);