I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 57650ef0 authored by zzz's avatar zzz
Browse files

remove dup conversion

parent dee6e16e
No related branches found
No related tags found
No related merge requests found
...@@ -1629,8 +1629,8 @@ public class DataHelper { ...@@ -1629,8 +1629,8 @@ public class DataHelper {
return rv; return rv;
} }
private static final String escapeChars[] = {"&", "\"", "<", ">", "\"", "'"}; private static final String escapeChars[] = {"&", "\"", "<", ">", "'"};
private static final String escapeCodes[] = {"&amp;", "&quot;", "&lt;", "&gt;", "&quot;", "&apos;"}; private static final String escapeCodes[] = {"&amp;", "&quot;", "&lt;", "&gt;", "&apos;"};
/** /**
* Escape a string for inclusion in HTML * Escape a string for inclusion in HTML
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment