We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 120924f commit db2a17fCopy full SHA for db2a17f
lib/transports/htmlfile.js
@@ -52,7 +52,7 @@ HTMLFile.prototype.handleRequest = function (req) {
52
53
if (req.method == 'GET') {
54
req.res.writeHead(200, {
55
- 'Content-Type': 'text/html'
+ 'Content-Type': 'text/html; charset=UTF-8'
56
, 'Connection': 'keep-alive'
57
, 'Transfer-Encoding': 'chunked'
58
});
0 commit comments