aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2011-08-11 14:34:44 +0100
committerMatthew Somerville <matthew@mysociety.org>2011-08-11 14:34:44 +0100
commit51b9420492bfc572710f833bc2a4242234caa7c8 (patch)
tree46d8c8707e2accf20b2184508e917b38527f2009
parent0a61c7decec68c2d61fecd0b5aa02e0ddfee2c35 (diff)
Typo in docs template.
-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>