This commit is contained in:
Allefant 2019-03-06 11:45:32 -05:00
parent 6152883645
commit f117a41646

View file

@ -595,6 +595,8 @@ class HTMLOutput:
rname = race.get_text_val("id") if race else "none"
if not rname:
rname = "none"
if not racename:
racename = rname
r[m][racename] = rname
racenames = sorted(r[0].items())
if list(r[1].items()):