aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;
}