summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2007-02-03 01:21:49 +0000
committerTim Mayberry <mojofunk@gmail.com>2007-02-03 01:21:49 +0000
commit5a1297628aab515fa49002dc83d7744f06f9f48b (patch)
tree0e3dd01d85556fa83e557ddb0c62be0610b989a8 /manual
parentb050d971e109da7fa5e0d19917d96bde4a9e5069 (diff)
Make mousebutton tag bold in html output. the key bindings page looked
wierd without it. git-svn-id: svn://localhost/ardour2/trunk@1412 d708f5d6-7413-0410-9779-e7cbd77b26cf
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>