From f2650f3cc2455a7ccbb95eaa7ccb15b677c28a18 Mon Sep 17 00:00:00 2001 From: Kashargul <144968721+Kashargul@users.noreply.github.com> Date: Mon, 19 Jan 2026 16:44:43 +0100 Subject: [PATCH] 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 --- code/modules/admin/permissionedit.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/admin/permissionedit.dm b/code/modules/admin/permissionedit.dm index 1fedc97a341..50defc9419a 100644 --- a/code/modules/admin/permissionedit.dm +++ b/code/modules/admin/permissionedit.dm @@ -28,13 +28,13 @@ GLOBAL_LIST_INIT(permission_action_types, list( output += {" \ - [action == PERMISSIONS_PAGE_PERMISSIONS ? "\[Permissions\]\[Permissions\]": "\[Permissions\]"] [new_line] - [action == PERMISSIONS_PAGE_RANKS ? "\[Ranks\]\[Ranks\]": "\[Ranks\]"] [new_line] - [action == PERMISSIONS_PAGE_LOGGING ? "\[Logging\]\[Logging\]": "\[Logging\]"] [new_line] [action == PERMISSIONS_PAGE_HOUSEKEEPING ? "\[Housekeeping\]": "\[Housekeeping\]"]