mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 03:55:11 +01:00
fix some bad html tags (#94908)
## About The Pull Request Seemingly, someone forgot to close those tags properly ## Why It's Good For The Game ## Changelog No player facing changes, just an oversight in the admin UI
This commit is contained in:
@@ -28,13 +28,13 @@ GLOBAL_LIST_INIT(permission_action_types, list(
|
||||
|
||||
output += {"
|
||||
<a href='byond://?_src_=holder;[HrefToken()];editrightsbrowser=1'>\
|
||||
[action == PERMISSIONS_PAGE_PERMISSIONS ? "<b>\[Permissions\]</b": "\[Permissions\]"]
|
||||
[action == PERMISSIONS_PAGE_PERMISSIONS ? "<b>\[Permissions\]</b>": "\[Permissions\]"]
|
||||
</a>
|
||||
[new_line]<a href='byond://?_src_=holder;[HrefToken()];editrightsbrowserranks=1'>
|
||||
[action == PERMISSIONS_PAGE_RANKS ? "<b>\[Ranks\]</b": "\[Ranks\]"]
|
||||
[action == PERMISSIONS_PAGE_RANKS ? "<b>\[Ranks\]</b>": "\[Ranks\]"]
|
||||
</a>
|
||||
[new_line]<a href='byond://?_src_=holder;[HrefToken()];editrightsbrowserlogging=1;editrightslogpage=0'>
|
||||
[action == PERMISSIONS_PAGE_LOGGING ? "<b>\[Logging\]</b": "\[Logging\]"]
|
||||
[action == PERMISSIONS_PAGE_LOGGING ? "<b>\[Logging\]</b>": "\[Logging\]"]
|
||||
</a>
|
||||
[new_line]<a href='byond://?_src_=holder;[HrefToken()];editrightsbrowserhousekeep=1'>
|
||||
[action == PERMISSIONS_PAGE_HOUSEKEEPING ? "<b>\[Housekeeping\]</b>": "\[Housekeeping\]"]
|
||||
|
||||
Reference in New Issue
Block a user