Skip to content

Commit

Permalink
We NEED this here for the XML-Files
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1696 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
allo committed Feb 18, 2006
1 parent 42a5f56 commit dda143d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/de/anomic/data/wikiCode.java
Expand Up @@ -171,6 +171,7 @@ public static String replace(String text, String[] entities) {
public static String[] htmlentities={
// Ampersands _have_ to be replaced first. If they were replaced later,
// other replaced characters containing ampersands would get messed up.
"\u0026","&", //ampersand
"\"",""", //quotation mark
"\u003C","<", //less than
"\u003E",">", //greater than
Expand Down

0 comments on commit dda143d

Please sign in to comment.