Bug fix in configger

slimupdates
Melanie 2010-02-08 16:12:20 +00:00
parent baaf660511
commit b8346e87d8
1 changed files with 2 additions and 2 deletions

View File

@ -59,9 +59,9 @@ namespace Careminster
if (k.StartsWith("Include-"))
continue;
Console.WriteLine(" <Key Name=\"{0}\" Value=\"{1}\" />", k, v);
Console.WriteLine("</Section>");
}
Console.WriteLine("</Section>");
}
}
Console.WriteLine("</Nini>");