EPUB writer: Fixed typo.
This commit is contained in:
parent
3533218d6d
commit
43ebb0229f
1 changed files with 1 additions and 1 deletions
|
@ -598,7 +598,7 @@ writeEPUB opts doc@(Pandoc meta _) = do
|
|||
Nothing -> []
|
||||
Just img -> [unode "meta" ! [("name","cover"),
|
||||
("content", toId img)] $ ()]
|
||||
, unode "docTitle'" $ unode "text" $ plainTitle
|
||||
, unode "docTitle" $ unode "text" $ plainTitle
|
||||
, unode "navMap" $
|
||||
tpNode : evalState (mapM (navPointNode navMapFormatter) secs) 1
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue