Use `Etherpad` rather than `Etherpad Lite` when exporting HTML

pull/2813/head
Simon Gaeremynck 2015-10-22 16:09:44 +01:00
parent 2bfc3026d2
commit 7289e89070
1 changed files with 3 additions and 3 deletions

View File

@ -488,9 +488,9 @@ exports.getPadHTMLDocument = function (padId, revNum, noDocType, callback)
(noDocType ? '' : '<!doctype html>\n') +
'<html lang="en">\n' + (noDocType ? '' : '<head>\n' +
'<title>' + Security.escapeHTML(padId) + '</title>\n' +
'<meta name="generator" content="Etherpad Lite">\n' +
'<meta name="author" content="Etherpad Lite">\n' +
'<meta name="changedby" content="Etherpad Lite">\n' +
'<meta name="generator" content="Etherpad">\n' +
'<meta name="author" content="Etherpad">\n' +
'<meta name="changedby" content="Etherpad">\n' +
'<meta charset="utf-8">\n' +
'<style> * { font-family: arial, sans-serif;\n' +
'font-size: 13px;\n' +