Skip to content

Commit

Permalink
gnarf. mixed up the positions. finally fixed...
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4143 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
fuchsi committed Oct 4, 2007
1 parent c0f5fc5 commit 9b0948c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/de/anomic/data/htmlTools.java
Expand Up @@ -54,7 +54,7 @@ public static String encode(String text, final String[] map, int spos, int epos)
continue search;
}
// not found match
sb.append(text.charAt(spos));
sb.append(text.charAt(textpos));
textpos++;
}

Expand Down

0 comments on commit 9b0948c

Please sign in to comment.