aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perllib/FixMyStreet/App/Controller/Contact.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Contact.pm b/perllib/FixMyStreet/App/Controller/Contact.pm
index 04360301e..3fcb449d2 100644
--- a/perllib/FixMyStreet/App/Controller/Contact.pm
+++ b/perllib/FixMyStreet/App/Controller/Contact.pm
@@ -114,7 +114,7 @@ sub validate : Private {
&& $c->req->param('update_id') !~ /^[1-9]\d*$/;
push @errors, _('There was a problem showing this page. Please try again later.')
- if $c->req->params->{message} && $c->req->params->{message} =~ /\[url=/;
+ if $c->req->params->{message} && $c->req->params->{message} =~ /\[url=|<a/;
unshift @errors,
_('There were problems with your report. Please see below.')