From 38ff54e0384adf7d725d2d0e88b7c9cd6396444d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Teichgr=C3=A4ber?= Date: Sat, 1 Sep 2012 00:25:33 +0200 Subject: [PATCH] output.go: make the Formatter reusable --- output.go | 1 + 1 file changed, 1 insertion(+) diff --git a/output.go b/output.go index 94ceb66..7c02831 100644 --- a/output.go +++ b/output.go @@ -60,6 +60,7 @@ func (f *htmlOut) Finish() { f.printEndnotes() } f.WriteByte('\n') + f.padded = 2 } // pad - add a number of newlines, the value of the