Skip to content

Commit

Permalink
Added UTF-8 headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisellgren committed Jul 23, 2012
1 parent 24f4914 commit 6a74c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ var templater = require('../lib/templater.js');
module.exports = {
index: function() {
this.res.writeHead(200, {
'Content-Type': 'text/html'
'Content-Type': 'text/html; charset=utf-8'
});

templater.render('layout.ejs', {}, function(output) {
Expand Down

0 comments on commit 6a74c00

Please sign in to comment.