mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-25 03:35:51 +01:00
Fix <oa> and <a> help templates.
This commit is contained in:
@@ -312,10 +312,10 @@
|
|||||||
<!-- Help elements {{{1 -->
|
<!-- Help elements {{{1 -->
|
||||||
|
|
||||||
<xsl:template match="liberator:a" mode="pass-2">
|
<xsl:template match="liberator:a" mode="pass-2">
|
||||||
<span liberator:highlight="HelpArg">[<xsl:apply-templates select="@*|node()"/>]</span>
|
<span liberator:highlight="HelpArg">{<xsl:apply-templates select="@*|node()"/>}</span>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
<xsl:template match="liberator:oa" mode="pass-2">
|
<xsl:template match="liberator:oa" mode="pass-2">
|
||||||
<span liberator:highlight="HelpOptionalArg">{<xsl:apply-templates select="@*|node()"/>}</span>
|
<span liberator:highlight="HelpOptionalArg">[<xsl:apply-templates select="@*|node()"/>]</span>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
<xsl:template match="liberator:note" mode="pass-2">
|
<xsl:template match="liberator:note" mode="pass-2">
|
||||||
|
|||||||
Reference in New Issue
Block a user