Don't set "standalone" variable.

git-svn-id: https://pandoc.googlecode.com/svn/trunk@1717 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
fiddlosopher 2009-12-31 01:15:08 +00:00
parent 44db4b3295
commit 0535396290

View file

@ -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"]