diff --git a/src/pkg/xml/marshal.go b/src/pkg/xml/marshal.go index 2ac03a91e2..f6e5bf5cdb 100644 --- a/src/pkg/xml/marshal.go +++ b/src/pkg/xml/marshal.go @@ -14,10 +14,10 @@ import ( ) const ( - // A generic XML header suitable for use with the output of Marshal and MarshalIndent. - // This is not automatically added to any output of this package, it is provided as a - // convenience. - Header = `\n` + // A generic XML header suitable for use with the output of Marshal and + // MarshalIndent. This is not automatically added to any output of this + // package, it is provided as a convenience. + Header = `` + "\n" ) // A Marshaler can produce well-formatted XML representing its internal state.