X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9b97d5a2faa6f56b439dcefe9c7bb23e0a84b39c..0a428c3de0e6bcfc863f105101ec1bdb44bbf9de:/lib/librarian/book2html.xslt?ds=sidebyside

diff --git a/lib/librarian/book2html.xslt b/lib/librarian/book2html.xslt
index d5e21cf75..75c4b01f5 100644
--- a/lib/librarian/book2html.xslt
+++ b/lib/librarian/book2html.xslt
@@ -5,7 +5,7 @@
 
 
 <xsl:template match="utwor">
-    <html>
+    <!-- <html>
         <head>
             <title>Książka z serwisu WolneLektury.pl</title>
             <meta http-equiv="content-type" content="text/html;charset=utf-8"/>
@@ -196,7 +196,7 @@
                 display: none;
             }
         </style>
-        <body>
+        <body> -->
         <div id="book-text">
             <xsl:apply-templates select="powiesc|opowiadanie|liryka_l|liryka_lp|dramat_wierszowany_l|dramat_wierszowany_lp|dramat_wspolczesny" />
             <xsl:if test="count(descendant::*[self::pe or self::pa or self::pr or self::pt][not(parent::extra)])">
@@ -219,8 +219,8 @@
                 </div>
             </xsl:if>
         </div>
-        </body>
-    </html>
+        <!-- </body>
+    </html> -->
 </xsl:template>
 
 
@@ -261,7 +261,7 @@
 
 <xsl:template match="kwestia">
     <div class="kwestia">
-        <xsl:apply-templates select="strofa|akap|didaskalia" />
+        <xsl:apply-templates select="strofa|akap" />
     </div>
 </xsl:template>