X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Fweb%2FWebInterface.java;h=994d501f2c9b58deb5a29fcaf19270c66e45a337;hb=ab46e5b1ffe45b557e21c2f81f2801034e3548f0;hp=f023ae43cfd4033c1207cae3aecfc1644a2923f7;hpb=b88b345f88e3c33324d38b6d44fe0befaaec0655;p=Sone.git diff --git a/src/main/java/net/pterodactylus/sone/web/WebInterface.java b/src/main/java/net/pterodactylus/sone/web/WebInterface.java index f023ae4..994d501 100644 --- a/src/main/java/net/pterodactylus/sone/web/WebInterface.java +++ b/src/main/java/net/pterodactylus/sone/web/WebInterface.java @@ -44,7 +44,6 @@ import net.pterodactylus.util.template.DateFilter; import net.pterodactylus.util.template.DefaultTemplateFactory; import net.pterodactylus.util.template.ReflectionAccessor; import net.pterodactylus.util.template.Template; -import net.pterodactylus.util.template.XmlFilter; import freenet.clients.http.LinkEnabledCallback; import freenet.clients.http.SessionManager; import freenet.clients.http.ToadletContainer; @@ -149,7 +148,6 @@ public class WebInterface extends AbstractService { templateFactory.addAccessor(Post.class, new PostAccessor(core())); templateFactory.addFilter("date", new DateFilter()); templateFactory.addFilter("l10n", new L10nFilter(l10n())); - templateFactory.addFilter("xml", new XmlFilter()); String formPassword = sonePlugin.pluginRespirator().getToadletContainer().getFormPassword();