1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 03:44:10 +01:00
This commit is contained in:
Kris Maglione
2011-02-21 23:40:24 -05:00
parent 90ee266d1b
commit caeb5bc22f

View File

@@ -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>