summaryrefslogtreecommitdiff
path: root/doc/aptitude-man.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'doc/aptitude-man.xsl')
-rw-r--r--doc/aptitude-man.xsl5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/aptitude-man.xsl b/doc/aptitude-man.xsl
index 410112b9..1ff015e8 100644
--- a/doc/aptitude-man.xsl
+++ b/doc/aptitude-man.xsl
@@ -19,7 +19,10 @@
<xsl:template match="literal">
- <xsl:apply-templates mode="bold" select="."/>
+ <xsl:call-template name="bold">
+ <xsl:with-param name="node" select="."/>
+ <xsl:with-param name="context" select="."/>
+ </xsl:call-template>
</xsl:template>
<xsl:param name="preferred.mediaobject.role">text</xsl:param>