Loading xsl/tei/03-tei2html_core.xsl +1 −1 Original line number Diff line number Diff line Loading @@ -259,7 +259,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[not(child::tei:table)])]"> select="..//tei:figure[not(child::tei:table) and not(child::tei:formula) and not(child::tei:figure)]"> <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 @@ -259,7 +259,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[not(child::tei:table)])]"> select="..//tei:figure[not(child::tei:table) and not(child::tei:formula) and not(child::tei:figure)]"> <xsl:apply-templates select="." mode="panel"/> </xsl:for-each> </div> Loading