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:
Kashargul
2026-01-19 16:44:43 +01:00
committed by GitHub
parent beebdd2c52
commit f2650f3cc2
+3 -3
View File
@@ -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\]"]