diff options
Diffstat (limited to 'document.go')
| -rw-r--r-- | document.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/document.go b/document.go index 97c8171..f716dd9 100644 --- a/document.go +++ b/document.go @@ -211,7 +211,7 @@ func (doc *Document) ToHTML(out io.Writer) (err error) { fmt.Fprintf(buf, "\n<title>%s</title>", title) } - fmt.Fprintf(buf, "\n</head>\n<body class=%q>", doc.classes.String()) + fmt.Fprintf(buf, "\n</head>\n<body class=%q>\n", doc.classes.String()) var ( isWithHeaderFooter = true |
