]> granicus.if.org Git - docbook-dsssl/commitdiff
Removed redundant calls to anchor template that were the cause of duplicate IDs.
authorMauritz Jeanson <mj@johanneberg.com>
Thu, 5 Jun 2008 15:43:24 +0000 (15:43 +0000)
committerMauritz Jeanson <mj@johanneberg.com>
Thu, 5 Jun 2008 15:43:24 +0000 (15:43 +0000)
Closes bug #1859831.

xsl/slides/fo/plain.xsl

index 73da3ad8afb8da2590171d745b561dc8886b2716..2170c60cff1702a513bc3d00e84308761123cf9c 100644 (file)
 
     <fo:flow flow-name="xsl-region-body">
       <fo:block>
-        <xsl:call-template name="anchor">
-          <xsl:with-param name="conditional" select="0"/>
-        </xsl:call-template>
-
        <xsl:if test="*[not(self::foil)]">
          <fo:block xsl:use-attribute-sets="foil.properties" space-after="1em">
            <xsl:apply-templates select="*[not(self::foil)]"/>
     </xsl:apply-templates>
     <fo:flow flow-name="xsl-region-body">
       <fo:block>
-        <xsl:call-template name="anchor">
-          <xsl:with-param name="conditional" select="0"/>
-        </xsl:call-template>
-
-        <fo:block xsl:use-attribute-sets="foil.properties">
+       <fo:block xsl:use-attribute-sets="foil.properties">
           <xsl:apply-templates/>
         </fo:block>
       </fo:block>