diff options
author | Matthew Somerville <matthew@fury.ukcod.org.uk> | 2011-02-16 23:02:03 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@fury.ukcod.org.uk> | 2011-02-16 23:02:03 +0000 |
commit | 2699b760e4b08b1422ab8232af4081f75627588e (patch) | |
tree | 6c5f96bfa466661034b742c29a21411a270560cb /web-admin/index.cgi | |
parent | 7698b15bf64daee5f8b5a1080984dd1331615032 (diff) |
First pin pass.
Diffstat (limited to 'web-admin/index.cgi')
-rwxr-xr-x | web-admin/index.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web-admin/index.cgi b/web-admin/index.cgi index b2322cda3..72bcead6f 100755 --- a/web-admin/index.cgi +++ b/web-admin/index.cgi @@ -216,7 +216,7 @@ sub admin_councils_list ($) { if $areas->{$_}->{parent_area}; push @li, $q->li($q->a({ href => NewURL($q, area_id => $_, page => 'councilcontacts') }, - encode_utf8($areas->{$_}->{name})) . encode_utf8($parent) . + encode_utf8($areas->{$_}->{name})) . encode_utf8($parent) . ' ' . ($bci_info->{$_} && $q->{site} ne 'emptyhomes' ? $bci_info->{$_}->{c} . ' addresses' : '')); |