]> git.mjollnir.org Git - moodle.git/commitdiff
Bug #6106 - HTML editor inserting unwanted hard return between images; merged from...
authorskodak <skodak>
Wed, 9 Aug 2006 09:37:01 +0000 (09:37 +0000)
committerskodak <skodak>
Wed, 9 Aug 2006 09:37:01 +0000 (09:37 +0000)
lib/editor/htmlarea/plugins/GetHtml/get-html.js

index 3807ddd3d85111ec5a6e255d0ca31a7a1014a3a9..c9d74b25e52a0a30a316dd85aebae3c0a70d3917 100644 (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);