Commit 96d477f1 authored by Eva Huet's avatar Eva Huet
Browse files

TEI : ajustement images dans tableaux

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