Forgot a newline...
parent
a8e676ea7c
commit
6eb0080ac5
|
@ -317,7 +317,7 @@ exports.getPadHTMLDocument = function(padId, revNum, noDocType, callback) {
|
|||
return;
|
||||
}
|
||||
|
||||
var head = (noDocType?'':'<!doctype html>')+
|
||||
var head = (noDocType?'':'<!doctype html>\n')+
|
||||
'<html lang="en">\n'+
|
||||
(noDocType?'':
|
||||
'<head>\n'+
|
||||
|
|
Loading…
Reference in New Issue