mirror of
https://github.com/moodle/moodle.git
synced 2025-04-16 14:02:32 +02:00
Bug #6106 - HTML editor inserting unwanted hard return between images; merged from MOODLE_16_STABLE
This commit is contained in:
parent
7613e6d7d1
commit
563e64e3de
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user