Added missing newline after closing title tag

This commit is contained in:
Uli Köhler 2012-07-22 18:37:38 +02:00
parent 90357e0cdc
commit 8630de66bf
1 changed files with 1 additions and 1 deletions

View File

@ -469,7 +469,7 @@ exports.getPadHTMLDocument = function (padId, revNum, noDocType, callback)
var head =
(noDocType ? '' : '<!doctype html>\n') +
'<html lang="en">\n' + (noDocType ? '' : '<head>\n' +
'<title>' + padId + '</title>' +
'<title>' + padId + '</title>\n' +
'<meta charset="utf-8">\n' +
'<style> * { font-family: arial, sans-serif;\n' +
'font-size: 13px;\n' +