missing anchors in book html
authorJan Szejko <janek37@gmail.com>
Mon, 19 Feb 2018 12:37:25 +0000 (13:37 +0100)
committerJan Szejko <janek37@gmail.com>
Mon, 19 Feb 2018 12:37:25 +0000 (13:37 +0100)
librarian/xslt/book2html.xslt

index b2a028b..1704953 100644 (file)
@@ -89,6 +89,7 @@
 </xsl:template>
 
 <xsl:template match="lista_osob">
+    <xsl:call-template name="section-anchor"/>
     <div class="person-list">
         <h3><xsl:value-of select="naglowek_listy" /></h3>
         <ol>
 </xsl:template>
 
 <xsl:template match="motto">
+    <xsl:call-template name="section-anchor"/>
     <div class="motto"><xsl:apply-templates /></div>
 </xsl:template>
 
 </xsl:template>
 
 <xsl:template match="motto_podpis">
+    <xsl:call-template name="section-anchor"/>
     <p class="motto_podpis"><xsl:apply-templates mode="inline" /></p>
 </xsl:template>
 
 <xsl:template match="tabela|tabelka">
+    <xsl:call-template name="section-anchor"/>
     <xsl:choose>
         <xsl:when test="@ramka = '1'">
             <table class="border"><xsl:apply-templates /></table>