diff --git a/node/exporters/exporthtml.js b/node/exporters/exporthtml.js index 335d72128..a85ae0bbb 100644 --- a/node/exporters/exporthtml.js +++ b/node/exporters/exporthtml.js @@ -317,14 +317,12 @@ exports.getPadHTMLDocument = function(padId, revNum, noDocType, callback) { return; } - var head = (noDocType?'':'\n')+ - '\n'+ + var head = (noDocType?'':'')+ + '\n'+ (noDocType?'': '\n'+ - '\n'+ - '\n'+ - '\n' + '\n')+