diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-10-12 12:51:17 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-10-12 12:51:29 +0100 |
commit | 6133310264e6539a91be9ef8e60ece4839dcb4dd (patch) | |
tree | 91a8908d638cb6c19f60a1b422e35943ed7256e0 | |
parent | c6776cab4ceb6109e0bffda9e98bc3fddfb47b27 (diff) |
Fix #86.
-rw-r--r-- | perllib/FixMyStreet/DB/Result/Problem.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/DB/Result/Problem.pm b/perllib/FixMyStreet/DB/Result/Problem.pm index a45ebbcc5..3355a07f3 100644 --- a/perllib/FixMyStreet/DB/Result/Problem.pm +++ b/perllib/FixMyStreet/DB/Result/Problem.pm @@ -546,7 +546,7 @@ sub meta_line { } - $meta .= '; ' . _('the map was not used so pin location may be inaccurate') + $meta .= '; <strong>' . _('the map was not used so pin location may be inaccurate') . '</strong>' unless $problem->used_map; return $meta; |