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