summaryrefslogtreecommitdiff
path: root/xslt/docbook/html
diff options
context:
space:
mode:
authorShaun McCance <shaunm@src.gnome.org>2005-05-23 06:32:38 +0000
committerShaun McCance <shaunm@src.gnome.org>2005-05-23 06:32:38 +0000
commitc99a394b4fed75553905c58d9ca7510da7f1eedc (patch)
tree1e49eff873053e02f75a35af257e2de793473683 /xslt/docbook/html
parent2d6f17ed0933351f4389e3ce2f587d27f13481bc (diff)
downloadgnome-doc-utils-c99a394b4fed75553905c58d9ca7510da7f1eedc.tar.gz
- Allow bolding of varlistentry terms
* xslt/docbook/html/db2html-list.xsl: - Allow bolding of varlistentry terms
Diffstat (limited to 'xslt/docbook/html')
-rw-r--r--xslt/docbook/html/db2html-list.xsl4
1 files changed, 3 insertions, 1 deletions
diff --git a/xslt/docbook/html/db2html-list.xsl b/xslt/docbook/html/db2html-list.xsl
index cd92459..18350b1 100644
--- a/xslt/docbook/html/db2html-list.xsl
+++ b/xslt/docbook/html/db2html-list.xsl
@@ -453,7 +453,9 @@ dd elements has a negative top margin.
</xsl:template>
<xsl:template match="term">
- <xsl:call-template name="db2html.inline"/>
+ <xsl:call-template name="db2html.inline">
+ <xsl:with-param name="bold" select="@role = 'bold'"/>
+ </xsl:call-template>
</xsl:template>
</xsl:stylesheet>