Skip to content

Commit 3edcf8e

Browse files
committed
Pretty print
1 parent f9e1da9 commit 3edcf8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

IPBanCore/Core/IPBan/IPBanConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ public static string ChangeConfigAppSettingAndGetXml(string xml, string key, str
691691
var doc = new XmlDocument();
692692
doc.LoadXml(xml);
693693
ChangeConfigAppSetting(doc, key, newValue);
694-
return doc.OuterXml;
694+
return doc.PrettyPrint();
695695
}
696696

697697
/// <summary>

0 commit comments

Comments
 (0)