Merge pull request #3 from jotto/patch-1

Remove extraneous quote
This commit is contained in:
AJ ONeal 2016-11-21 17:25:05 -05:00 committed by GitHub
commit b3abd291e7
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' //+ ' <style>* { background-color: white; color: white; text-decoration: none; }</style>\n'
+ ' <META http-equiv="refresh" content="0;URL=\'' + escapedLocation + '\'">\n' + ' <META http-equiv="refresh" content="0;URL=\'' + escapedLocation + '\'">\n'
+ '</head>\n' + '</head>\n'
+ '<body">\n' + body + '\n</body>\n' + '<body>\n' + body + '\n</body>\n'
+ '</html>\n' + '</html>\n'
; ;