X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fdemoscenemusic%2Fpage%2FBasePage.java;h=5990c4fc341c2072f533a3795dc39e7e2213c1e1;hb=8b071d9a54a88e82a86d8948ea0ed3885576ad78;hp=2e5462ad7786d5f293ed0c871664baf3f976d925;hpb=7086f496546e7569b23146a9bcd5b2c5a0ad1396;p=demoscenemusic.git diff --git a/src/main/java/net/pterodactylus/demoscenemusic/page/BasePage.java b/src/main/java/net/pterodactylus/demoscenemusic/page/BasePage.java index 2e5462a..5990c4f 100644 --- a/src/main/java/net/pterodactylus/demoscenemusic/page/BasePage.java +++ b/src/main/java/net/pterodactylus/demoscenemusic/page/BasePage.java @@ -38,7 +38,7 @@ public class BasePage extends TemplatePage { * @param template */ public BasePage(Core core, TemplateContextFactory templateContextFactory, Template template, String pageName) { - super(pageName, "text/html", templateContextFactory, template); + super(pageName, "text/html; charset=utf-8", templateContextFactory, template); this.core = core; }