From: skodak Date: Wed, 9 Aug 2006 09:37:01 +0000 (+0000) Subject: Bug #6106 - HTML editor inserting unwanted hard return between images; merged from... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=563e64e3dec65f41a2c323431d4dd6d0a7f431f0;p=moodle.git Bug #6106 - HTML editor inserting unwanted hard return between images; merged from MOODLE_16_STABLE --- diff --git a/lib/editor/htmlarea/plugins/GetHtml/get-html.js b/lib/editor/htmlarea/plugins/GetHtml/get-html.js index 3807ddd3d8..c9d74b25e5 100644 --- a/lib/editor/htmlarea/plugins/GetHtml/get-html.js +++ b/lib/editor/htmlarea/plugins/GetHtml/get-html.js @@ -187,7 +187,7 @@ HTMLArea.getHTML = function(root, outputRoot, editor) { if (outputRoot) { html += ""; } - html = HTMLArea.indent(html); +// html = HTMLArea.indent(html);//see bug #6106 }; // html = HTMLArea.htmlEncode(html);