We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b4542a commit 263a2a5Copy full SHA for 263a2a5
bin/page2mml
@@ -104,7 +104,7 @@ function processHTML(html,callback) {
104
xmlns:xmlns
105
}, function (result) {
106
document.body.innerHTML = result.html;
107
- var HTML = "<!DOCTYPE html>\n"+document.documentElement.outerHTML.replace(/^(\n|\s)*/,"");
+ var HTML = "<!DOCTYPE html>\n"+document.documentElement.outerHTML.replace(/^(\n|\s)*/,"")+"\n";
108
callback(HTML);
109
});
110
}
0 commit comments