diff options
-rw-r--r-- | src/pandoc.hs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |