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

@ -64,7 +64,7 @@ class OngekiFrontend(FE_Base):
version_list=self.version_list,
version=self.version,
sesh=vars(usr_sesh)
), media_type="text/html; charset=utf-16")
), media_type="text/html; charset=utf-8")
else:
return RedirectResponse("/gate/", 303)