summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
Diffstat (limited to 'manual')
-rw-r--r--manual/xsl/html.xsl4
1 files changed, 4 insertions, 0 deletions
diff --git a/manual/xsl/html.xsl b/manual/xsl/html.xsl
index c456c747be..974c11becd 100644
--- a/manual/xsl/html.xsl
+++ b/manual/xsl/html.xsl
@@ -59,6 +59,10 @@ procedure before
<xsl:call-template name="inline.boldseq"/>
</xsl:template>
+<xsl:template match="mousebutton">
+ <xsl:call-template name="inline.boldseq"/>
+</xsl:template>
+
<xsl:template match="filename">
<xsl:call-template name="inline.monoseq"/>
</xsl:template>