aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller/Alert.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2011-06-03 15:20:39 +0100
committerMatthew Somerville <matthew@mysociety.org>2011-06-03 15:20:39 +0100
commit34e78aa47e8cad5ba237705dd8a2fa1d1403ff20 (patch)
tree8e898360c4e5faa676cdc2ed99f0bc06ce15cbe2 /perllib/FixMyStreet/App/Controller/Alert.pm
parent7b405637a1ac3436cf90acc7d5ad46f1b80c8250 (diff)
Better alert page title handling.
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Alert.pm')
-rw-r--r--perllib/FixMyStreet/App/Controller/Alert.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Alert.pm b/perllib/FixMyStreet/App/Controller/Alert.pm
index b8b7cce40..98e1236e1 100644
--- a/perllib/FixMyStreet/App/Controller/Alert.pm
+++ b/perllib/FixMyStreet/App/Controller/Alert.pm
@@ -332,9 +332,6 @@ sub prettify_pc : Private {
my $pretty_pc_text = $pretty_pc;
$pretty_pc_text =~ s/ //g;
$c->stash->{pretty_pc_text} = $pretty_pc_text;
-
- # this may be better done in template
- $pretty_pc =~ s/ /&nbsp;/;
}
$c->stash->{pretty_pc} = $pretty_pc;