]> granicus.if.org Git - docbook-dsssl/commitdiff
Change the anchor template to output fo:inline instead of fo:wrapper.
authorBob Stayton <bobs@sagehill.net>
Tue, 15 Feb 2005 18:22:13 +0000 (18:22 +0000)
committerBob Stayton <bobs@sagehill.net>
Tue, 15 Feb 2005 18:22:13 +0000 (18:22 +0000)
xsl/fo/xref.xsl

index 8f29f9cd1ef7bd27f5117c60f50dd357c4381586..910c46befb76fc19a8ec63e91f8e4d9f5d401df9 100644 (file)
@@ -18,7 +18,7 @@
 <!-- ==================================================================== -->
 
 <xsl:template match="anchor">
-  <fo:wrapper id="{@id}"/>
+  <fo:inline id="{@id}"/>
 </xsl:template>
 
 <!-- ==================================================================== -->