aboutsummaryrefslogtreecommitdiffstats
path: root/web/reports.cgi
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@dracos.co.uk>2011-02-10 12:14:25 +0000
committerMatthew Somerville <matthew@dracos.co.uk>2011-02-10 12:14:25 +0000
commitd268531eb127f2a0767cadc5cc0fdaa40d4dfe30 (patch)
tree754d8bde7fedb0f0de11720e998a29aeda84af33 /web/reports.cgi
parent7fa3d36e8a1d245e55a1d6100e61ca88b43feb5b (diff)
Translation update from Petter.
Diffstat (limited to 'web/reports.cgi')
-rwxr-xr-xweb/reports.cgi2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/reports.cgi b/web/reports.cgi
index fe4213be4..999e82bb3 100755
--- a/web/reports.cgi
+++ b/web/reports.cgi
@@ -22,9 +22,11 @@ sub main {
my $all = $q->param('all') || 0;
my $rss = $q->param('rss') || '';
my $cobrand = Page::get_cobrand($q);
+
# Look up council name, if given
my $q_council = $q->param('council') || '';
my $base_url = Cobrand::base_url($cobrand);
+
# Manual misspelling redirect
if ($q_council =~ /^rhondda cynon taff$/i) {
print $q->redirect($base_url . '/reports/Rhondda+Cynon+Taf');