aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/View
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2013-02-11 11:57:36 +0000
committerMatthew Somerville <matthew@mysociety.org>2013-02-11 11:57:36 +0000
commit310938d518367c15dbd0188f863e6ed841f53fb9 (patch)
tree490a7e3b9668979e5d5e719a31f1c8cde2989ae7 /perllib/FixMyStreet/App/View
parent7098d9d2f00a8e851d72d68af8248948caa09315 (diff)
Committed by mistake.
Diffstat (limited to 'perllib/FixMyStreet/App/View')
-rw-r--r--perllib/FixMyStreet/App/View/Web.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/App/View/Web.pm b/perllib/FixMyStreet/App/View/Web.pm
index 2f3ec8914..28c159cf2 100644
--- a/perllib/FixMyStreet/App/View/Web.pm
+++ b/perllib/FixMyStreet/App/View/Web.pm
@@ -122,7 +122,7 @@ sub add_links {
$text =~ s/\r//g;
$text = ent($text);
$text =~ s{(https?://[^\s]+)}{<a href="$1">$1</a>}g;
- $text =~ s{">(.*?)<}{">$1<}ge;
+ #$text =~ s{">(.*?)<}{">$1<}ge;
return $text;
}