src/de/uhilger/httpserver/template/TemplateActor.java
@@ -63,7 +63,7 @@ * @return das ausgefuellte Template * @throws IOException */ public String render(HttpExchange exchange, Map data, String template) throws IOException { public String render(HttpExchange exchange, Object data, String template) throws IOException { MustacheFactory mf; Mustache m; HttpHelper helper = new HttpHelper();