fix for putSafeXML and supertemplates.

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3223 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
allo 18 years ago
parent 77b73aa7a8
commit b4457763e5

@ -775,8 +775,8 @@ public final class httpdFileHandler extends httpdAbstractHandler implements http
}
}else
tp = new servletProperties();
tp.put("header", header_s);
tp.put("page", content_s);
tp.putASIS("header", header_s);
tp.putASIS("page", content_s);
fis=new BufferedInputStream(new FileInputStream(pageFile));
}

Loading…
Cancel
Save