diff --git a/src/altk/comm/engine/JobReport.java b/src/altk/comm/engine/JobReport.java index 9789278..57e4cf7 100644 --- a/src/altk/comm/engine/JobReport.java +++ b/src/altk/comm/engine/JobReport.java @@ -60,8 +60,8 @@ public class JobReport + "\" launch_record_id=\"" + launchRecordId + "\" " + activityRecordIdParamName + "=\"" + recordId + "\" contact_id=\"" + contactId - + "\" recipient_status=\"" + jobStatus + "\" >\r\n"); - xml.append("" + startTime/1000 + "\r\n"); + + "\" recipient_status=\"" + jobStatus + "\" >"); + xml.append("" + startTime/1000 + ""); xml = appendSpecificXML(xml); if (errorText != null && errorText.length() > 0) {