aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@dracos.co.uk>2011-02-19 20:23:44 +0000
committerMatthew Somerville <matthew@dracos.co.uk>2011-02-19 20:23:44 +0000
commit2ac9ea17dba28894cb3453da417a1648b026a2aa (patch)
tree8b99e6a48328b7654d18254edc896b994b9b1122
parent1d09b7fdeec9ceecc2f26407623e0d48deef9f43 (diff)
Typo.
-rw-r--r--perllib/Cobrands/Barnet/Util.pm2
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);