Skip to content

Commit

Permalink
fix for broken build
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2284 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
allo committed Jul 9, 2006
1 parent 360056b commit 933a9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htroot/xml/queues_p.java
Expand Up @@ -125,7 +125,7 @@ public static serverObjects respond(httpHeader header, serverObjects post, serve
prop.put("list-indexing_"+i+"_modified", (pcentry.responseHeader() == null) ? "" : daydate(pcentry.responseHeader().lastModified()));
prop.putNoHTML("list-indexing_"+i+"_anchor", (pcentry.anchorName()==null)?"":wikiCode.replaceHTML(pcentry.anchorName()));
prop.putNoHTML("list-indexing_"+i+"_url", pcentry.normalizedURLString());
prop.putNoHTML("list-indexing_"+i+"_size", entrySize);
prop.put("list-indexing_"+i+"_size", entrySize);
prop.put("list-indexing_"+i+"_inProcess", (inProcess)?1:0);
prop.put("list-indexing_"+i+"_hash", pcentry.urlHash());
}
Expand Down

0 comments on commit 933a9e0

Please sign in to comment.