Fix typo
This commit is contained in:
parent
8ebcd68865
commit
339a1b8817
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@
|
|||
header.push(clean_text($col.text()));
|
||||
header.push("Full name");
|
||||
} else if ($col.hasClass('problem-score-col')) {
|
||||
header.push(clean_text($col.find('.problem-code').tex()));
|
||||
header.push(clean_text($col.find('.problem-code').text()));
|
||||
} else {
|
||||
header.push(clean_text($col.text()));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue