Commit 218d3c22 authored by Eva Huet's avatar Eva Huet
Browse files

fix planches

parent 758cd693
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>