aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2011-01-07 18:12:20 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2011-01-07 18:12:20 -0800
commit3317e9dea847fdea12695a564031082d78e44d34 (patch)
tree75d3d74327a55bf12e83d40ce7c3e67d806fc4fa /src
parentd891b2c29d0e010bb35c1c7251293d7315712044 (diff)
downloadpandoc-3317e9dea847fdea12695a564031082d78e44d34.tar.gz
pandoc: Test standalone' rather than standalone for final newline.
Diffstat (limited to 'src')
-rw-r--r--src/pandoc.hs2
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