CVSROOT: /sources/dotgnu-pnet
Module name: pnetlib
Changes by: Heiko Weiss <brubbel> 06/10/17 11:44:13
Modified files:
System.Xml/Private: XmlFragmentTextWriter.cs
Log message:
fixed a duplicate '"'.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pnetlib/System.Xml/Private/XmlFragmentTextWriter.cs?cvsroot=dotgnu-pnet&r1=1.2&r2=1.3
Patches:
Index: XmlFragmentTextWriter.cs
===================================================================
RCS file:
/sources/dotgnu-pnet/pnetlib/System.Xml/Private/XmlFragmentTextWriter.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- XmlFragmentTextWriter.cs 17 Oct 2006 11:40:03 -0000 1.2
+++ XmlFragmentTextWriter.cs 17 Oct 2006 11:44:13 -0000 1.3
@@ -128,7 +128,7 @@
if( haveStandalone ) {
start += " standalone=\"" + standalone;
}
- start += "\"?>";
+ start += "?>";
writer.Write( start );
writeState = System.Xml.WriteState.Prolog;
_______________________________________________
dotgnu-pnet-commits mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/dotgnu-pnet-commits