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 /perllib/FixMyStreet/Map | |
parent | 0a61c7decec68c2d61fecd0b5aa02e0ddfee2c35 (diff) |
Typo in docs template.
Diffstat (limited to 'perllib/FixMyStreet/Map')
-rw-r--r-- | perllib/FixMyStreet/Map/Bing.pm | 1 | ||||
-rw-r--r-- | perllib/FixMyStreet/Map/Google.pm | 1 |
2 files changed, 0 insertions, 2 deletions
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: |