summaryrefslogtreecommitdiff
path: root/pandoc.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-01-04 22:41:09 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-01-04 22:41:27 -0800
commite91bae4f5bf8531e818e5f0b5e8163a635902034 (patch)
treec078de2543bf18e4317ebaab0854fd4621730e4d /pandoc.hs
parent30361308e7913eb82eb5e6f0cb7339153bd4ea32 (diff)
Renamed writerEPUBMetadata -> writerEpubMetadata.
API change for consistency.
Diffstat (limited to 'pandoc.hs')
-rw-r--r--pandoc.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.hs b/pandoc.hs
index a9d02431d..09717b5fc 100644
--- a/pandoc.hs
+++ b/pandoc.hs
@@ -992,7 +992,6 @@ main = do
let writerOptions = def { writerStandalone = standalone',
writerTemplate = templ,
writerVariables = variables'',
- writerEPUBMetadata = epubMetadata,
writerTabStop = tabStop,
writerTableOfContents = toc,
writerHTMLMathMethod = mathMethod,
@@ -1018,6 +1017,7 @@ main = do
writerHighlightStyle = highlightStyle,
writerSetextHeaders = setextHeaders,
writerTeXLigatures = texLigatures,
+ writerEpubMetadata = epubMetadata,
writerEpubStylesheet = epubStylesheet,
writerEpubFonts = epubFonts,
writerEpubChapterLevel = epubChapterLevel,