Forgot a newline...

pull/40/head
Robin Buse 2011-07-25 16:42:27 -07:00
parent a8e676ea7c
commit 6eb0080ac5
1 changed files with 1 additions and 1 deletions

View File

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