mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-04 13:45:47 +01:00
Argh.
This commit is contained in:
@@ -296,7 +296,7 @@
|
|||||||
<xsl:param name="contents" select="text()"/>
|
<xsl:param name="contents" select="text()"/>
|
||||||
<xsl:variable name="tag" select="$contents"/>
|
<xsl:variable name="tag" select="$contents"/>
|
||||||
<a style="color: inherit;">
|
<a style="color: inherit;">
|
||||||
<xsl:if test="1">
|
<xsl:if test="not(@link) or @link != 'false'">
|
||||||
<xsl:choose>
|
<xsl:choose>
|
||||||
<xsl:when test="contains(ancestor::*/@document-tags, concat(' ', $tag, ' '))">
|
<xsl:when 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