Forgot a newline...

This commit is contained in:
Robin Buse 2011-07-25 16:42:27 -07:00
parent a8e676ea7c
commit 6eb0080ac5

View file

@ -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'+