mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-12 05:55:52 +01:00
Fix linkifying <k>[[</k> in :help.
This commit is contained in:
@@ -286,7 +286,7 @@
|
|||||||
|
|
||||||
<xsl:template name="linkify-tag">
|
<xsl:template name="linkify-tag">
|
||||||
<xsl:param name="contents" select="text()"/>
|
<xsl:param name="contents" select="text()"/>
|
||||||
<xsl:variable name="tag" select="str:tokenize($contents, ' [!')[1]"/>
|
<xsl:variable name="tag" select="$contents"/>
|
||||||
<a href="dactyl://help-tag/{$tag}" style="color: inherit;">
|
<a href="dactyl://help-tag/{$tag}" style="color: inherit;">
|
||||||
<xsl:if test="contains(ancestor::*/@document-tags, concat(' ', $tag, ' '))">
|
<xsl:if test="contains(ancestor::*/@document-tags, concat(' ', $tag, ' '))">
|
||||||
<xsl:attribute name="href">#<xsl:value-of select="$tag"/></xsl:attribute>
|
<xsl:attribute name="href">#<xsl:value-of select="$tag"/></xsl:attribute>
|
||||||
|
|||||||
Reference in New Issue
Block a user