Skip to content

Commit b23fb2d

Browse files
committed
Merge pull request #79 from kaorimatz/fix-help-tag-highlight-group
Fix wrong highlight group of `o' tag in help.xsl
2 parents 3cedb38 + c5b2aad commit b23fb2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/content/help.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@
257257
</xsl:template>
258258

259259
<xsl:template match="liberator:o" mode="pass-2">
260-
<span liberator:highlight="HelpOption">
260+
<span liberator:highlight="HelpOpt">
261261
<xsl:call-template name="linkify-tag">
262262
<xsl:with-param name="contents" select='concat("&#39;", text(), "&#39;")'/>
263263
</xsl:call-template>

0 commit comments

Comments
 (0)