EPUB3 support.
[librarian.git] / src / librarian / epub / xsltLast.xsl
index e29c5f4..3bd5c4c 100644 (file)
@@ -6,15 +6,13 @@
     xmlns:wl="http://wolnelektury.pl/functions"
     xmlns:date="http://exslt.org/dates-and-times">
   <xsl:output method="html" version="1.0" encoding="utf-8" />
-  <xsl:output doctype-system="http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd" />
-  <xsl:output doctype-public="-//W3C//DTD XHTML 1.1//EN" />
   <xsl:param name="outputtype"/>
 
   <xsl:template match="utwor">
     <html>
       <head>
         <link rel="stylesheet" href="style.css" type="text/css" />
-        <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
+        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
         <title>
           <xsl:text>Strona redakcyjna</xsl:text>
         </title>