diff options
Diffstat (limited to 'perllib/FixMyStreet/App/View/Web.pm')
-rw-r--r-- | perllib/FixMyStreet/App/View/Web.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/App/View/Web.pm b/perllib/FixMyStreet/App/View/Web.pm index 1c6d73ca7..9c16e0d84 100644 --- a/perllib/FixMyStreet/App/View/Web.pm +++ b/perllib/FixMyStreet/App/View/Web.pm @@ -12,6 +12,7 @@ __PACKAGE__->config( INCLUDE_PATH => [ # FixMyStreet->path_to( 'templates', 'web', 'default' ), ], + ENCODING => 'utf8', render_die => 1, expose_methods => ['loc'], ); |