From 3317e9dea847fdea12695a564031082d78e44d34 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 7 Jan 2011 18:12:20 -0800 Subject: pandoc: Test standalone' rather than standalone for final newline. --- src/pandoc.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pandoc.hs b/src/pandoc.hs index e77200e43..8811e6816 100644 --- a/src/pandoc.hs +++ b/src/pandoc.hs @@ -813,7 +813,7 @@ main = do writerOutput <- writer writerOptions doc'' - let writerOutput' = if standalone + let writerOutput' = if standalone' then writerOutput else writerOutput `B.snoc` 10 -- cgit v1.2.3