ee-templates
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -39,3 +39,3 @@ var log = require('ee-log'), | ||
// otherwise set the passed headers and content type | ||
this.setContentType(type+'; charset=utf8'); | ||
this.setContentType(type+'; charset=utf-8'); | ||
this.setHeaders(headers || {}); | ||
@@ -42,0 +42,0 @@ this.setHeader('content-language', language); |
{ | ||
"name" : "ee-templates" | ||
, "description" : "Templating integration for the ee-soa-transport-rest based on Nunjucks" | ||
, "version" : "0.3.0" | ||
, "version" : "0.3.1" | ||
, "license" : "MIT" | ||
@@ -6,0 +6,0 @@ , "author" : "Michael Rüfenacht <ruefe@rcky.ch> (http://www.rcky.ch)" |
25956