aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/View/Email.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perllib/FixMyStreet/App/View/Email.pm')
-rw-r--r--perllib/FixMyStreet/App/View/Email.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/App/View/Email.pm b/perllib/FixMyStreet/App/View/Email.pm
index 646615d36..fa46623eb 100644
--- a/perllib/FixMyStreet/App/View/Email.pm
+++ b/perllib/FixMyStreet/App/View/Email.pm
@@ -12,6 +12,7 @@ __PACKAGE__->config(
INCLUDE_PATH => [ #
FixMyStreet->path_to( 'templates', 'email', 'default' ),
],
+ ENCODING => 'utf8',
render_die => 1,
expose_methods => ['loc'],
);