Skip to content

Commit

Permalink
XML-safe put.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2848 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
allo committed Oct 23, 2006
1 parent dc056fa commit 2ba56f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htroot/xml/blacklists_p.java
Expand Up @@ -77,7 +77,7 @@ public static serverObjects respond(httpHeader header, serverObjects post, serve
if (nextEntry.length() == 0) continue;
if (nextEntry.startsWith("#")) continue;

prop.put("lists_" + blacklistCount + "_items_" + count + "_item", nextEntry);
prop.putNoHTML("lists_" + blacklistCount + "_items_" + count + "_item", nextEntry);
count++;
}
prop.put("lists_" + blacklistCount + "_items", count);
Expand Down

0 comments on commit 2ba56f7

Please sign in to comment.