diff options
author | Matthew Somerville <matthew@dracos.co.uk> | 2011-02-19 20:23:44 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@dracos.co.uk> | 2011-02-19 20:23:44 +0000 |
commit | 2ac9ea17dba28894cb3453da417a1648b026a2aa (patch) | |
tree | 8b99e6a48328b7654d18254edc896b994b9b1122 | |
parent | 1d09b7fdeec9ceecc2f26407623e0d48deef9f43 (diff) |
Typo.
-rw-r--r-- | perllib/Cobrands/Barnet/Util.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/Cobrands/Barnet/Util.pm b/perllib/Cobrands/Barnet/Util.pm index e0821e4ba..eb8b91649 100644 --- a/perllib/Cobrands/Barnet/Util.pm +++ b/perllib/Cobrands/Barnet/Util.pm @@ -79,7 +79,7 @@ sub council_check { } my $url = 'http://www.fixmystreet.com/'; $url .= 'alert' if $context eq 'alert'; - $url .= '?pc=' . URI::Escape::uri_escape($q->param('pc') if $q->param('pc'); + $url .= '?pc=' . URI::Escape::uri_escape($q->param('pc')) if $q->param('pc'); my $error_msg = "That location is not covered by Barnet. Please visit <a href=\"$url\">the main FixMyStreet site</a>."; return (0, $error_msg); |