mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 03:44:10 +01:00
Argh.
This commit is contained in:
@@ -296,7 +296,7 @@
|
||||
<xsl:param name="contents" select="text()"/>
|
||||
<xsl:variable name="tag" select="$contents"/>
|
||||
<a style="color: inherit;">
|
||||
<xsl:if test="1">
|
||||
<xsl:if test="not(@link) or @link != 'false'">
|
||||
<xsl:choose>
|
||||
<xsl:when test="contains(ancestor::*/@document-tags, concat(' ', $tag, ' '))">
|
||||
<xsl:attribute name="href">#<xsl:value-of select="$tag"/></xsl:attribute>
|
||||
|
||||
Reference in New Issue
Block a user