From 90357e0cdcba424c135bd4cbf14023955a110dd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uli=20K=C3=B6hler?= Date: Sat, 21 Jul 2012 21:19:44 +0200 Subject: [PATCH 1/3] Added tag to make exported HTML valid --- src/node/utils/ExportHtml.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/node/utils/ExportHtml.js b/src/node/utils/ExportHtml.js index 91ebe59f..312823e8 100644 --- a/src/node/utils/ExportHtml.js +++ b/src/node/utils/ExportHtml.js @@ -469,6 +469,7 @@ exports.getPadHTMLDocument = function (padId, revNum, noDocType, callback) var head = (noDocType ? '' : '<!doctype html>\n') + '<html lang="en">\n' + (noDocType ? '' : '<head>\n' + + '<title>' + padId + '' + '\n' + '