mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-22 12:58:40 +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);
|
username = username.substr(1);
|
||||||
}
|
}
|
||||||
if (realname) {
|
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>';
|
return '<a class="uoj-username" href="' + uojHome + '/user/profile/' + username + '">' + text + '</a>';
|
||||||
}
|
}
|
||||||
@ -140,7 +140,7 @@ function getUserSpan(username, realname) {
|
|||||||
username = username.substr(1);
|
username = username.substr(1);
|
||||||
}
|
}
|
||||||
if (realname) {
|
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>';
|
return '<span class="uoj-username">' + text + '</span>';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user