|
@@ -337,7 +337,7 @@ public class ExportPaperUtil {
|
|
|
if (diposeFillBlank) {
|
|
|
text = text.replaceAll("###", "______").replaceAll("##", "______");
|
|
|
}
|
|
|
- text = text.replaceAll("<", "<").replaceAll(">", ">").replaceAll("\u0000", " ");
|
|
|
+ text = text.replaceAll("&", "&").replaceAll("<", "<").replaceAll(">", ">").replaceAll("\u0000", " ");
|
|
|
se.setValue(text);
|
|
|
} else if (ce instanceof Element) {
|
|
|
if ("img".equals(ce.nodeName())) {
|