aboutsummaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
Diffstat (limited to 'Source')
-rw-r--r--Source/SPXMLExporter.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPXMLExporter.m b/Source/SPXMLExporter.m
index 36f56081..67cb6136 100644
--- a/Source/SPXMLExporter.m
+++ b/Source/SPXMLExporter.m
@@ -278,7 +278,7 @@
[xmlString appendFormat:@"\t\t<field name=\"%@\"", [[NSArrayObjectAtIndex(fieldNames, i) description] HTMLEscapeString]];
if (dataIsNULL) {
- [xmlString appendString:@" xsi:nil=\"true\" \\>\n"];
+ [xmlString appendString:@" xsi:nil=\"true\" />\n"];
}
else {
[xmlString appendFormat:@">%@</field>\n", [xmlItem HTMLEscapeString]];