diff options
author | Struan Donald <struan@exo.org.uk> | 2011-09-20 16:13:15 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-09-20 16:13:15 +0100 |
commit | 6128a2790b682170d2cac4b4674b4ac3ac2dc517 (patch) | |
tree | 63b493b3d442db2078c7fbf1b96afc7d275ef1ba /perllib/FixMyStreet/App/Controller/Around.pm | |
parent | dd82abb2c31d77fbd54799f08322ee074f46a160 (diff) | |
parent | 77f31e8c96c727ea5ab9cf217cfd924074e8f3ed (diff) |
Merge remote branch 'origin/master' into rss-addresses
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Around.pm')
-rw-r--r-- | perllib/FixMyStreet/App/Controller/Around.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Around.pm b/perllib/FixMyStreet/App/Controller/Around.pm index d3a4500c6..72d6ac62b 100644 --- a/perllib/FixMyStreet/App/Controller/Around.pm +++ b/perllib/FixMyStreet/App/Controller/Around.pm @@ -235,7 +235,7 @@ the map. sub ajax : Path('/ajax') { my ( $self, $c ) = @_; - $c->res->content_type('text/javascript; charset=utf-8'); + $c->res->content_type('application/json; charset=utf-8'); unless ( $c->req->param('bbox') ) { $c->res->status(404); |