|
|
@ -171,6 +171,7 @@ public class wikiCode {
|
|
|
|
public static String[] htmlentities={
|
|
|
|
public static String[] htmlentities={
|
|
|
|
// Ampersands _have_ to be replaced first. If they were replaced later,
|
|
|
|
// Ampersands _have_ to be replaced first. If they were replaced later,
|
|
|
|
// other replaced characters containing ampersands would get messed up.
|
|
|
|
// other replaced characters containing ampersands would get messed up.
|
|
|
|
|
|
|
|
"\u0026","&", //ampersand
|
|
|
|
"\"",""", //quotation mark
|
|
|
|
"\"",""", //quotation mark
|
|
|
|
"\u003C","<", //less than
|
|
|
|
"\u003C","<", //less than
|
|
|
|
"\u003E",">", //greater than
|
|
|
|
"\u003E",">", //greater than
|
|
|
|