From a779a21655cdda39662288c760c8312e4e0dd7a7 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Wed, 24 May 2023 16:04:19 +0100 Subject: [PATCH] [MIRROR] Fix: player panel encoding [MDB IGNORE] (#21356) * Fix: player panel encoding (#75584) ## About The Pull Request Fixes ?typo? in player panel html. Now non English text looks fine. ## Why It's Good For The Game Forks that allow non English names now can see them in player panel properly. ## Changelog :cl: admin: If you are on a downstream server using non-Latin fonts (e.g. Cyrillic) for character/job names: The player panel encoding has been fixed so it should show up properly for you now. /:cl: * Fix: player panel encoding --------- Co-authored-by: Furior <68264134+Furrior@users.noreply.github.com> --- code/modules/admin/player_panel.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/player_panel.dm b/code/modules/admin/player_panel.dm index 45aeabd765a..624af957a84 100644 --- a/code/modules/admin/player_panel.dm +++ b/code/modules/admin/player_panel.dm @@ -2,7 +2,7 @@ if(!check_rights()) return log_admin("[key_name(usr)] checked the player panel.") - var/dat = "Player Panel" + var/dat = "Player Panel" //javascript, the part that does most of the work~ dat += {"