aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perllib/FixMyStreet/Map.pm1
-rw-r--r--perllib/FixMyStreet/Map/Bing.pm1
-rw-r--r--perllib/FixMyStreet/Map/Google.pm1
-rw-r--r--templates/web/default/open311/index.html2
4 files changed, 1 insertions, 4 deletions
diff --git a/perllib/FixMyStreet/Map.pm b/perllib/FixMyStreet/Map.pm
index 825e1cd19..2bccf1584 100644
--- a/perllib/FixMyStreet/Map.pm
+++ b/perllib/FixMyStreet/Map.pm
@@ -21,7 +21,6 @@ my @ALL_MAP_CLASSES = allowed_maps();
use mySociety::Config;
use mySociety::Gaze;
use mySociety::Locale;
-use mySociety::Web qw(ent);
use Utils;
=head2 allowed_maps
diff --git a/perllib/FixMyStreet/Map/Bing.pm b/perllib/FixMyStreet/Map/Bing.pm
index 54979eba1..676e70bf6 100644
--- a/perllib/FixMyStreet/Map/Bing.pm
+++ b/perllib/FixMyStreet/Map/Bing.pm
@@ -9,7 +9,6 @@
package FixMyStreet::Map::Bing;
use strict;
-use mySociety::Web qw(ent);
# display_map C PARAMS
# PARAMS include:
diff --git a/perllib/FixMyStreet/Map/Google.pm b/perllib/FixMyStreet/Map/Google.pm
index ceb3a53ed..c0d83e35a 100644
--- a/perllib/FixMyStreet/Map/Google.pm
+++ b/perllib/FixMyStreet/Map/Google.pm
@@ -9,7 +9,6 @@
package FixMyStreet::Map::Google;
use strict;
-use mySociety::Web qw(ent);
# display_map C PARAMS
# PARAMS include:
diff --git a/templates/web/default/open311/index.html b/templates/web/default/open311/index.html
index 28e8aee3b..8ce18f68c 100644
--- a/templates/web/default/open311/index.html
+++ b/templates/web/default/open311/index.html
@@ -68,7 +68,7 @@
[% IF url.match('/requests.xml') %]
[ <a href="http://maps.google.com/?q=[% url.replace('.xml', '.rss') | uri %]">[% loc('GeoRSS on Google Maps') %]</a> ]
[% END %]
- <br>[% ent(url) %]</li>
+ <br>[% url | html %]</li>
[% END %]
</ul>