aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/DB/Result/Problem.pm
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2012-10-26 22:00:07 +0100
committerStruan Donald <struan@exo.org.uk>2012-10-26 22:00:07 +0100
commit3e5ab3e264b104fbf236bb08cc8a330262ccfa57 (patch)
treee6470c7f250638eb502e00937f22997c7dd6be93 /perllib/FixMyStreet/DB/Result/Problem.pm
parent15d7a8e2b24d0aafcf2b931c84b2e44688515337 (diff)
Move map not used text to template so we can use HTML in it
and not have it escaped when it is displayed Fixed #350
Diffstat (limited to 'perllib/FixMyStreet/DB/Result/Problem.pm')
-rw-r--r--perllib/FixMyStreet/DB/Result/Problem.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/perllib/FixMyStreet/DB/Result/Problem.pm b/perllib/FixMyStreet/DB/Result/Problem.pm
index ad8f9bcae..ce197076b 100644
--- a/perllib/FixMyStreet/DB/Result/Problem.pm
+++ b/perllib/FixMyStreet/DB/Result/Problem.pm
@@ -546,9 +546,6 @@ sub meta_line {
}
- $meta .= '; <strong>' . _('there is no pin shown as the user did not use the map') . '</strong>'
- unless $problem->used_map;
-
return $meta;
}