From 332286f5d482c37e66385099208b83ec55fcf960 Mon Sep 17 00:00:00 2001 From: Dave Cross Date: Sun, 17 Aug 2014 16:38:13 +0100 Subject: [PATCH] Fixed constituency index links --- c/index.html | 22 +++++++++++----------- ttlib/constituencies.tt | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/c/index.html b/c/index.html index 21af9239f4..bc93e8e6f9 100644 --- a/c/index.html +++ b/c/index.html @@ -61,21 +61,21 @@

Constituencies

Jump to: A | B | C | M | T

- - - - - - - + + + + + + + - + - + - + - +
A
Aberavon
Aberconwy
Aberdeen North
Aberdeen South
Airdrie and Shotts
Aldershot
Aldridge-Brownhills
Aberavon
Aberconwy
Aberdeen North
Aberdeen South
Airdrie and Shotts
Aldershot
Aldridge-Brownhills
B
Battersea
Battersea
C
Clacton
Clacton
M
Mid Bedfordshire
Mid Bedfordshire
T
Tooting
Tooting
diff --git a/ttlib/constituencies.tt b/ttlib/constituencies.tt index 7ed494c4e2..3dc922ae9d 100644 --- a/ttlib/constituencies.tt +++ b/ttlib/constituencies.tt @@ -24,7 +24,7 @@ IF letter != prev_letter -%] [% letter %] [% END -%] -[% c.name %] +[% c.name %] [% prev_letter = letter; END -%]