From 7ab005bfc1f2b9e182339a58fb4283b8f11c1d72 Mon Sep 17 00:00:00 2001 From: Dave Cross Date: Sun, 17 Aug 2014 16:39:45 +0100 Subject: [PATCH] Fix the previous fix :-( --- 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 bc93e8e6f9..9bf38e917c 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 3dc922ae9d..da09d0e5db 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 -%]