diff --git a/libs/website.js b/libs/website.js index 579fd73..3793e3a 100644 --- a/libs/website.js +++ b/libs/website.js @@ -228,6 +228,7 @@ module.exports = function(logger){ address = address.split(".")[0]; portalStats.getBalanceByAddress(address, function(){ processTemplates(); + res.header('Content-Type', 'text/html'); res.end(indexesProcessed['miner_stats']); }); }