diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-05-24 11:25:31 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-05-24 11:25:31 +0100 |
commit | 8111b9db1356cd10d1610b4ae1e99ea8054aad46 (patch) | |
tree | 320befc7946b5545f95afc145947bc8073d0677a /perllib/FixMyStreet/Map/OSM.pm | |
parent | c95aa5c23fca1f9fc85fe48731ea5348bdda1fdb (diff) |
Put form header in templates, not code.
Diffstat (limited to 'perllib/FixMyStreet/Map/OSM.pm')
-rw-r--r-- | perllib/FixMyStreet/Map/OSM.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Map/OSM.pm b/perllib/FixMyStreet/Map/OSM.pm index 028b48125..9608f9f01 100644 --- a/perllib/FixMyStreet/Map/OSM.pm +++ b/perllib/FixMyStreet/Map/OSM.pm @@ -71,7 +71,7 @@ sub display_map { } else { $img_type = '<img'; } - my $out = FixMyStreet::Map::header($q, $params{type}); + my $out = ''; my $copyright = _('Map © <a id="osm_link" href="http://www.openstreetmap.org/">OpenStreetMap</a> and contributors, <a href="http://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>'); my $compass = compass($q, $x_tile, $y_tile, $zoom); my $map_type = $self->map_type(); |