Remove extraneous quote

This commit is contained in:
Jonathan Otto 2016-11-20 17:49:14 -08:00 committed by GitHub
parent 6f679653b8
commit 277838301e
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ module.exports = function (opts) {
//+ ' <style>* { background-color: white; color: white; text-decoration: none; }</style>\n'
+ ' <META http-equiv="refresh" content="0;URL=\'' + escapedLocation + '\'">\n'
+ '</head>\n'
+ '<body">\n' + body + '\n</body>\n'
+ '<body>\n' + body + '\n</body>\n'
+ '</html>\n'
;