diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-01-24 14:57:45 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-01-24 14:57:45 +0000 |
commit | e3e507fc06281bf8d23a112412da7e9a85e8553c (patch) | |
tree | 99d85e513bc746899aaf04753141b38b23a017f4 /perllib/FixMyStreet/App | |
parent | 2562f16ffebb6e1b3e93396fe495eb9722403ccf (diff) |
Make sure title not shown on pins on unconfirmed Zurich reports.
Diffstat (limited to 'perllib/FixMyStreet/App')
-rw-r--r-- | perllib/FixMyStreet/App/Controller/Around.pm | 2 |
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; } |