frontend: utf16 -> utf8

This commit is contained in:
2024-01-13 17:15:02 -05:00
parent cdc1b302f2
commit 97e5c29cf5
6 changed files with 19 additions and 19 deletions

View File

@ -141,4 +141,4 @@ class IDACFrontend(FE_Base):
rank=rank,
sesh=vars(usr_sesh),
active_page="idac",
), media_type="text/html; charset=utf-16")
), media_type="text/html; charset=utf-8")