diff --git a/Core/src/org/sleuthkit/autopsy/report/ReportXLS.java b/Core/src/org/sleuthkit/autopsy/report/ReportXLS.java index 09e5d630f4..94e2dff384 100644 --- a/Core/src/org/sleuthkit/autopsy/report/ReportXLS.java +++ b/Core/src/org/sleuthkit/autopsy/report/ReportXLS.java @@ -366,7 +366,7 @@ public class ReportXLS implements ReportModule { value = tempatt.getValueString(); } - attributes.put(type, StringEscapeUtils.escapeXml(value)); + attributes.put(type, StringEscapeUtils.escapeCsv(value)); cc++; }