From 0535396290ae15d9d31fe92fbd57e3c2a3e1038f Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Thu, 31 Dec 2009 01:15:08 +0000 Subject: Don't set "standalone" variable. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1717 788f1e2b-df1e-0410-8736-df70ead52e1b --- src/pandoc.hs | 5 +---- 1 file changed, 1 insertion(+), 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"] -- cgit v1.2.3