diff --git a/ICD.Common.Utils/Xml/IcdXmlTextWriter.cs b/ICD.Common.Utils/Xml/IcdXmlTextWriter.cs index a2d5288..deff604 100644 --- a/ICD.Common.Utils/Xml/IcdXmlTextWriter.cs +++ b/ICD.Common.Utils/Xml/IcdXmlTextWriter.cs @@ -159,7 +159,8 @@ namespace ICD.Common.Utils.Xml { return new XmlWriterSettings { - Indent = true + Indent = true, + ConformanceLevel = ConformanceLevel.Auto }; } #endif