We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9a70d2 commit 09b6db8Copy full SHA for 09b6db8
src/Text/Pandoc/Writers/EPUB.hs
@@ -614,6 +614,7 @@ pandocToEPUB version opts doc = do
614
EPUB2 -> "2.0"
615
EPUB3 -> "3.0")
616
,("xmlns","http://www.idpf.org/2007/opf")
617
+ ,("xml:lang", epubLanguage metadata)
618
,("unique-identifier","epub-id-1")
619
] ++
620
[("prefix","ibooks: http://vocabulary.itunes.apple.com/rdf/ibooks/vocabulary-extensions-1.0/") | version == EPUB3]) $
0 commit comments