|
|
@@ -18,6 +18,7 @@ public class Html4Escape extends ReplacerChain {
|
|
|
{ "&", "&" }, // & - ampersand
|
|
|
{ "<", "<" }, // < - less-than
|
|
|
{ ">", ">" }, // > - greater-than
|
|
|
+ {"\'", "'"} // ' - quote
|
|
|
};
|
|
|
|
|
|
protected static final String[][] ISO8859_1_ESCAPE = { //
|