diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-07-12 14:26:43 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-07-12 14:26:43 +0100 |
commit | 7cb784054cb60992b0c79f08c78c4c215e2aa88f (patch) | |
tree | 4fedf6ed6a2ad79a197a05f254cf4827d9ddc1a4 | |
parent | 8fcf2d37a20c07962184bedd76e576783e220d21 (diff) |
Correct spelling for council name.
-rwxr-xr-x | templates/web/default/reports/council.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/default/reports/council.html b/templates/web/default/reports/council.html index 85d4ae68b..87ad0c8eb 100755 --- a/templates/web/default/reports/council.html +++ b/templates/web/default/reports/council.html @@ -35,7 +35,7 @@ <p id="unknown">This council no longer exists. [% IF council.name.match('Penwith|Kerrier|Carrick|Restormel|Caradon|North Cornwall') %] Its area is now covered by <a href="/reports/Cornwall">Cornwall Council</a>. -[% ELSIF council.name.match('Durham|Easington|Sedgefield|Teesdale|Wear Valley|Derwentside|Chester-le-Steret') %] +[% ELSIF council.name.match('Durham|Easington|Sedgefield|Teesdale|Wear Valley|Derwentside|Chester le Steret') %] Its area is now covered by <a href="/reports/Durham+County">Durham County Council</a>. [% ELSIF council.name.match('Blyth Valley|Wansbeck|Castle Morpeth|Tynedale|Alnwick|Berwick upon Tweed') %] Its area is now covered by <a href="/reports/Northumberland">Northumberland County Council</a>. |