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