forked from Hay1tsme/artemis
frontend: utf16 -> utf8
This commit is contained in:
@ -43,4 +43,4 @@ class WaccaFrontend(FE_Base):
|
||||
title=f"{self.core_config.server.name} | {self.nav_name}",
|
||||
game_list=self.environment.globals["game_list"],
|
||||
sesh=vars(usr_sesh)
|
||||
), media_type="text/html; charset=utf-16")
|
||||
), media_type="text/html; charset=utf-8")
|
Reference in New Issue
Block a user