13
0

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
This commit is contained in:
Tim Mayberry 2007-02-03 01:21:49 +00:00
parent b050d971e1
commit 5a1297628a

View File

@ -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>