]> granicus.if.org Git - docbook-dsssl/commitdiff
Fix Debian bug #611924 (http://bugs.debian.org/611924):
authorDaniel Leidert <dleidert@debian.org>
Tue, 26 Apr 2011 22:48:50 +0000 (22:48 +0000)
committerDaniel Leidert <dleidert@debian.org>
Tue, 26 Apr 2011 22:48:50 +0000 (22:48 +0000)
A quote element with an xml:id will lead to two anchors with the same name or
ID which is not allowed. So don't call the anchor template. It is already
called by inline.charseq.

xsl/html/inline.xsl

index f0d7cfef131e2ab52f4b5ba7b5d530195a392915..013bd1b1d646dfcd081b49622d60df96b7f24b0f 100644 (file)
   </xsl:variable>
   <span>
     <xsl:apply-templates select="." mode="common.html.attributes"/>
-    <xsl:call-template name="anchor"/>
     <xsl:choose>
       <xsl:when test="$depth mod 2 = 0">
         <xsl:call-template name="gentext.startquote"/>