Skip to content

Commit db2a17f

Browse files
committed
charset=UTF8
1 parent 120924f commit db2a17f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/transports/htmlfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ HTMLFile.prototype.handleRequest = function (req) {
5252

5353
if (req.method == 'GET') {
5454
req.res.writeHead(200, {
55-
'Content-Type': 'text/html'
55+
'Content-Type': 'text/html; charset=UTF-8'
5656
, 'Connection': 'keep-alive'
5757
, 'Transfer-Encoding': 'chunked'
5858
});

0 commit comments

Comments
 (0)