summaryrefslogtreecommitdiff
path: root/docs/docbook/xslt
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2003-06-03 23:03:50 +0000
committerJelmer Vernooij <jelmer@samba.org>2003-06-03 23:03:50 +0000
commita84b9c6a8010d4a738539a5aaf880b8ec44ded07 (patch)
tree26603ad7f8eeb2b07e9e82ee8050a15d6f0d0188 /docs/docbook/xslt
parent9916cef9b56ec4bcc502d95e8de086323613d746 (diff)
downloadsamba-a84b9c6a8010d4a738539a5aaf880b8ec44ded07.tar.gz
samba-a84b9c6a8010d4a738539a5aaf880b8ec44ded07.tar.bz2
samba-a84b9c6a8010d4a738539a5aaf880b8ec44ded07.zip
Make the attribution page look nicer.
(This used to be commit f6a86d7b5ce30879dc6c37a4abaedf37e7c30301)
Diffstat (limited to 'docs/docbook/xslt')
-rw-r--r--docs/docbook/xslt/generate-attributions.xsl5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/docbook/xslt/generate-attributions.xsl b/docs/docbook/xslt/generate-attributions.xsl
index e3d6ce25cd..87c1c5ad6c 100644
--- a/docs/docbook/xslt/generate-attributions.xsl
+++ b/docs/docbook/xslt/generate-attributions.xsl
@@ -21,8 +21,9 @@
<xsl:template match="chapter">
<xsl:element name="varlistentry">
<xsl:element name="term">
- <xsl:element name="xref">
- <xsl:attribute name="id"><xsl:value-of select="@id"/></xsl:attribute>
+ <xsl:element name="link">
+ <xsl:attribute name="linkend"><xsl:value-of select="@id"/></xsl:attribute>
+ <xsl:value-of select="title"/>
</xsl:element>
</xsl:element>
<xsl:element name="listitem">