aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pandoc.hs5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/pandoc.hs b/src/pandoc.hs
index 48d8353db..18ea40be8 100644
--- a/src/pandoc.hs
+++ b/src/pandoc.hs
@@ -217,10 +217,7 @@ options =
, Option "s" ["standalone"]
(NoArg
- (\opt -> do
- let newvars = ("standalone", "yes") : optVariables opt
- return opt { optStandalone = True,
- optVariables = newvars }))
+ (\opt -> return opt { optStandalone = True }))
"" -- "Include needed header and footer on output"
, Option "o" ["output"]