]> granicus.if.org Git - docbook-dsssl/commitdiff
Fix bug in mode=remove-ids that put link content outside the <a> element.
authorBob Stayton <bobs@sagehill.net>
Tue, 30 Apr 2013 20:34:39 +0000 (20:34 +0000)
committerBob Stayton <bobs@sagehill.net>
Tue, 30 Apr 2013 20:34:39 +0000 (20:34 +0000)
xsl/html/xref.xsl

index d8b5d6fcbac60f02f27bced284b281aa39317d1d..d50aebd53788f37514f916904f74dabc074a8326 100644 (file)
                 </xsl:otherwise>
               </xsl:choose>
             </xsl:for-each>
+            <xsl:apply-templates mode="remove-ids"/>
           </xsl:copy>
-          <xsl:apply-templates mode="remove-ids"/>
         </xsl:otherwise>
       </xsl:choose>
     </xsl:when>