mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-16 13:15:07 +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
|
return new XmlWriterSettings
|
||||||
{
|
{
|
||||||
Indent = true
|
Indent = true,
|
||||||
|
ConformanceLevel = ConformanceLevel.Auto
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user