Loading xsl/tei/03-tei2html_core.xsl +1 −1 Original line number Diff line number Diff line Loading @@ -155,7 +155,7 @@ <div id="figures" class="content-tab" style="display:none"> <xsl:for-each select="..//tei:figure[not(child::tei:table) and not(child::tei:formula) and not(ancestor::tei:figure)]"> select="..//tei:figure[not(child::tei:table) and not(child::tei:formula) and not(ancestor::tei:figure[not(child::tei:table)])]"> <xsl:apply-templates select="." mode="panel"/> </xsl:for-each> </div> Loading Loading
xsl/tei/03-tei2html_core.xsl +1 −1 Original line number Diff line number Diff line Loading @@ -155,7 +155,7 @@ <div id="figures" class="content-tab" style="display:none"> <xsl:for-each select="..//tei:figure[not(child::tei:table) and not(child::tei:formula) and not(ancestor::tei:figure)]"> select="..//tei:figure[not(child::tei:table) and not(child::tei:formula) and not(ancestor::tei:figure[not(child::tei:table)])]"> <xsl:apply-templates select="." mode="panel"/> </xsl:for-each> </div> Loading