aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2012-10-12 12:51:17 +0100
committerMatthew Somerville <matthew@mysociety.org>2012-10-12 12:51:29 +0100
commit6133310264e6539a91be9ef8e60ece4839dcb4dd (patch)
tree91a8908d638cb6c19f60a1b422e35943ed7256e0 /perllib/FixMyStreet
parentc6776cab4ceb6109e0bffda9e98bc3fddfb47b27 (diff)
Fix #86.
Diffstat (limited to 'perllib/FixMyStreet')
-rw-r--r--perllib/FixMyStreet/DB/Result/Problem.pm2
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;