diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-08-11 14:34:44 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-08-11 14:34:44 +0100 |
commit | 51b9420492bfc572710f833bc2a4242234caa7c8 (patch) | |
tree | 46d8c8707e2accf20b2184508e917b38527f2009 | |
parent | 0a61c7decec68c2d61fecd0b5aa02e0ddfee2c35 (diff) |
Typo in docs template.
-rw-r--r-- | perllib/FixMyStreet/Map.pm | 1 | ||||
-rw-r--r-- | perllib/FixMyStreet/Map/Bing.pm | 1 | ||||
-rw-r--r-- | perllib/FixMyStreet/Map/Google.pm | 1 | ||||
-rw-r--r-- | templates/web/default/open311/index.html | 2 |
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> |