mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2024-11-22 07:11:55 +00:00
Correct accidentaly-intoduced syntax error in noinfo/make-folklist.py
This commit is contained in:
parent
3ec0285fbb
commit
12cb690c88
@ -146,8 +146,7 @@ print """and %s (%d). Mark Shinwell holds the record for consecutive
|
||||
expo attendance (10), but didn't actually go caving on all those, so
|
||||
this record arguably falls to Julian Haines and Brian Outram (9 each).
|
||||
A more obscure record was set by Juliet Morse in 2010: longest
|
||||
interval between expos (14 years).""" %
|
||||
(recordholders[k][1][1:-1],recordholders[k][0])
|
||||
interval between expos (14 years).""" % (recordholders[k][1][1:-1],recordholders[k][0])
|
||||
|
||||
|
||||
print """<p>Outside-expo caving has started, with Becka Lawson, Neil Pacey, Julian Todd and Wookey
|
||||
|
Loading…
Reference in New Issue
Block a user