aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Map/OSM/StreetView.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2011-05-24 11:25:31 +0100
committerMatthew Somerville <matthew@mysociety.org>2011-05-24 11:25:31 +0100
commit8111b9db1356cd10d1610b4ae1e99ea8054aad46 (patch)
tree320befc7946b5545f95afc145947bc8073d0677a /perllib/FixMyStreet/Map/OSM/StreetView.pm
parentc95aa5c23fca1f9fc85fe48731ea5348bdda1fdb (diff)
Put form header in templates, not code.
Diffstat (limited to 'perllib/FixMyStreet/Map/OSM/StreetView.pm')
-rw-r--r--perllib/FixMyStreet/Map/OSM/StreetView.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Map/OSM/StreetView.pm b/perllib/FixMyStreet/Map/OSM/StreetView.pm
index 5cc1ed5ba..2024a83fc 100644
--- a/perllib/FixMyStreet/Map/OSM/StreetView.pm
+++ b/perllib/FixMyStreet/Map/OSM/StreetView.pm
@@ -37,7 +37,7 @@ sub display_map {
}
my $pins_js = join(",\n", @pins);
- my $out = FixMyStreet::Map::header($q, $params{type});
+ my $out = '';
my $copyright = _('Map contains Ordnance Survey data &copy; Crown copyright and database right 2010.');
$out .= <<EOF;
<input type="hidden" name="latitude" id="fixmystreet.latitude" value="$params{latitude}">