2008-11-11 Atsushi Enomoto <atsushi@xiiman.com>
[mono.git] / mcs / class / System / System.Configuration / SettingValueElement.cs
index ed451cc3626043759db1c4a39b0d007a63a4858f..93f05a5466db2581c0b5accfac1574b15cd3dafa 100644 (file)
@@ -104,9 +104,7 @@ namespace System.Configuration
                {
                        if (node == null)
                                return false;
-                       writer.WriteStartElement (elementName);
                        node.WriteTo (writer);
-                       writer.WriteEndElement ();
                        return true;
                }
 #endif