diff options
Diffstat (limited to 'templates.go')
-rw-r--r-- | templates.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates.go b/templates.go index c6b748c..3691f39 100644 --- a/templates.go +++ b/templates.go @@ -3,7 +3,7 @@ package excelize -// XMLHeader define an XML declaration can also contain a standalone declaration +// XMLHeader define an XML declaration can also contain a standalone declaration. const XMLHeader = "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n" const templateDocpropsApp = `<Properties xmlns="http://schemas.openxmlformats.org/officeDocument/2006/extended-properties" xmlns:vt="http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes"> |