From e3e507fc06281bf8d23a112412da7e9a85e8553c Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Thu, 24 Jan 2013 14:57:45 +0000 Subject: Make sure title not shown on pins on unconfirmed Zurich reports. --- perllib/FixMyStreet/App/Controller/Around.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perllib/FixMyStreet/App/Controller/Around.pm') 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; } -- cgit v1.2.3