mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-22 06:58:41 +00:00
fix: 1ffde85d36
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
1ffde85d36
commit
bdcad42504
@ -127,7 +127,7 @@ function getUserLink(username, realname) {
|
||||
username = username.substr(1);
|
||||
}
|
||||
if (realname) {
|
||||
text = text + ' <span class="uoj-realname inline-block">(' + realname + ')</span>';
|
||||
text = text + ' <span class="uoj-realname d-inline-block">(' + realname + ')</span>';
|
||||
}
|
||||
return '<a class="uoj-username" href="' + uojHome + '/user/profile/' + username + '">' + text + '</a>';
|
||||
}
|
||||
@ -140,7 +140,7 @@ function getUserSpan(username, realname) {
|
||||
username = username.substr(1);
|
||||
}
|
||||
if (realname) {
|
||||
text = text + ' <span class="uoj-realname inline-block">(' + realname + ')</span>';
|
||||
text = text + ' <span class="uoj-realname d-inline-block">(' + realname + ')</span>';
|
||||
}
|
||||
return '<span class="uoj-username">' + text + '</span>';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user