fix for #3965
This commit is contained in:
parent
6152883645
commit
f117a41646
1 changed files with 2 additions and 0 deletions
|
@ -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()):
|
||||
|
|
Loading…
Add table
Reference in a new issue