Fix off-by-one error chopping off first char of people's names

This commit is contained in:
Wookey
2016-04-20 03:44:41 +01:00
parent d380bbf126
commit 2745c8b528

View File

@@ -25,7 +25,7 @@ for r in lines[1:]:
if mug: pics +=1
output += '<tr><td>'
if expos_caving == 0: output += '<span class="didntcave">'
output += name[1:-1].replace('""', '"')
output += name.replace('""', '"')
if expos_caving == 0: output += '</span>'
output += '</td><td>'
if guest: output += '&sect;'