diff --git a/web/js/uoj.js b/web/js/uoj.js index fd15d54..b02e4de 100644 --- a/web/js/uoj.js +++ b/web/js/uoj.js @@ -1115,7 +1115,7 @@ function showStandings() { ''+uojLocale('username')+'' + ''+uojLocale('contests::total score')+'' + $.map(problems, function(col, idx) { - return '' + '' + String.fromCharCode('A'.charCodeAt(0) + idx) + '' + ''; + return '' + '' + String.fromCharCode('A'.charCodeAt(0) + idx) + '' + ''; }).join('') + (show_self_reviews ? '赛后总结' : '') + '',