aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller/Around.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2013-01-24 14:57:45 +0000
committerMatthew Somerville <matthew@mysociety.org>2013-01-24 14:57:45 +0000
commite3e507fc06281bf8d23a112412da7e9a85e8553c (patch)
tree99d85e513bc746899aaf04753141b38b23a017f4 /perllib/FixMyStreet/App/Controller/Around.pm
parent2562f16ffebb6e1b3e93396fe495eb9722403ccf (diff)
Make sure title not shown on pins on unconfirmed Zurich reports.
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Around.pm')
-rw-r--r--perllib/FixMyStreet/App/Controller/Around.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Around.pm b/perllib/FixMyStreet/App/Controller/Around.pm
index 8f651fae2..9a754f063 100644
--- a/perllib/FixMyStreet/App/Controller/Around.pm
+++ b/perllib/FixMyStreet/App/Controller/Around.pm
@@ -192,7 +192,7 @@ sub display_location : Private {
longitude => $p->longitude,
colour => $colour,
id => $p->id,
- title => $p->title,
+ title => $p->title_safe,
}
} @$on_map_all, @$around_map;
}