mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-12 12:07:05 +00:00
fix: Fixing bug where xml fragments were being written with prepended document info
This commit is contained in:
parent
ad47c890a8
commit
466dc6deb5
1 changed files with 2 additions and 1 deletions
|
|
@ -159,7 +159,8 @@ namespace ICD.Common.Utils.Xml
|
|||
{
|
||||
return new XmlWriterSettings
|
||||
{
|
||||
Indent = true
|
||||
Indent = true,
|
||||
ConformanceLevel = ConformanceLevel.Auto
|
||||
};
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue