mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 22:55:44 +01:00
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:
parent
b050d971e1
commit
5a1297628a
1 changed files with 4 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue