diff options
author | Matthew Somerville <matthew@mysociety.org> | 2010-12-26 15:17:59 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2010-12-26 15:17:59 +0000 |
commit | 30e74ddfb745b11a387baf61451f18eb7ba94808 (patch) | |
tree | 67f496d6967d6d0793e9f58e78d16ae39fe3c333 | |
parent | d8b1a2aac76c6aecd6f6c8a519358dd4131fc63d (diff) |
Use double quotes.
-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 e59e9118f..32973c10c 100644 --- a/perllib/Cobrands/Barnet/Util.pm +++ b/perllib/Cobrands/Barnet/Util.pm @@ -81,7 +81,7 @@ sub council_check { $url .= 'alert' if $context eq 'alert'; $url .= '?pc=' . URI::Escape::uri_escape_utf8($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>."; +Please visit <a href=\"$url\">the main FixMyStreet site</a>."; return (0, $error_msg); } |