aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-10-21 11:24:25 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-10-21 11:24:25 -0700
commitf2f8ddabc876c2c4a3838448f918f9cb1cc0c1b9 (patch)
treefe3342df8d4f716438325b43b306d7b7583184cb
parent7786794809d88ee7b6247de5fc864cab4b0ec01a (diff)
downloadpandoc-f2f8ddabc876c2c4a3838448f918f9cb1cc0c1b9.tar.gz
Don't look for slidy files in data files w/ --self-contained.
-rw-r--r--pandoc.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/pandoc.hs b/pandoc.hs
index f3c2af38f..21773ed80 100644
--- a/pandoc.hs
+++ b/pandoc.hs
@@ -461,8 +461,6 @@ options =
, Option "" ["self-contained"]
(NoArg
(\opt -> return opt { optSelfContained = True,
- optVariables = ("slidy-url","slidy") :
- optVariables opt,
optStandalone = True }))
"" -- "Make slide shows include all the needed js and css"