Skip to content

Commit

Permalink
fix for putSafeXML and supertemplates.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3223 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
allo committed Jan 16, 2007
1 parent 77b73aa commit b445776
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/de/anomic/http/httpdFileHandler.java
Expand Up @@ -775,8 +775,8 @@ public void doResponse(Properties conProp, httpHeader requestHeader, OutputStrea
}
}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));

}
Expand Down

0 comments on commit b445776

Please sign in to comment.