mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-11 10:45:05 +00:00
fix: Fixing bug where xml fragments were being written with prepended document info
This commit is contained in:
@@ -159,7 +159,8 @@ namespace ICD.Common.Utils.Xml
|
||||
{
|
||||
return new XmlWriterSettings
|
||||
{
|
||||
Indent = true
|
||||
Indent = true,
|
||||
ConformanceLevel = ConformanceLevel.Auto
|
||||
};
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user