diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-07-12 14:28:10 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-07-12 14:28:10 +0100 |
commit | 8b5e260b1c3841fcf0731682f0638e4b52f653a7 (patch) | |
tree | 2604894dbd04e9a8be77f16cd2cfaea44a0d7c67 | |
parent | 7cb784054cb60992b0c79f08c78c4c215e2aa88f (diff) |
Correct spelling for council name (again).
-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 87ad0c8eb..e33fa1bc9 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 Street') %] 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>. |