small fix for previous post

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5879 6c8d7289-2bf4-0310-a012-ef5d649a1542
This commit is contained in:
apfelmaennchen 2009-04-25 21:28:08 +00:00
parent 2eabd989ce
commit 6f5ea7b1a8
2 changed files with 1 additions and 1 deletions

View File

@ -62,6 +62,7 @@
var param = [
{ name : 'lines', value : "200" }
,{ name : 'json', value : "true" }
,{ name : 'filter', value : ".*.*" }
,{ name : 'reverse', value : "true"}
];

View File

@ -151,7 +151,6 @@ public class serverObjects extends HashMap<String, String> implements Cloneable
* @param key key name as String.
* @param value a String that will be reencoded for JSON output.
* @return the modified String that was added to the map.
* @see htmlFilterCharacterCoding#encodeUnicode2json(String, boolean)
*/
public String putJSON(final String key, String value) {
value = value.replaceAll("\"", "\\\"");