summaryrefslogtreecommitdiff
path: root/common/content/help.xsl
diff options
context:
space:
mode:
authorKris Maglione <maglione.k@gmail.com>2011-02-21 23:40:24 -0500
committerKris Maglione <maglione.k@gmail.com>2011-02-21 23:40:24 -0500
commitcaeb5bc22f8d1ff893a6ce7d3509edffea14ecc7 (patch)
tree22d61da436d3cee0162982666e36bb8ff58e71fc /common/content/help.xsl
parent90ee266d1bc559c4c76cddc78ee563d4571b8398 (diff)
downloadpentadactyl-caeb5bc22f8d1ff893a6ce7d3509edffea14ecc7.tar.gz
Argh.
Diffstat (limited to 'common/content/help.xsl')
-rw-r--r--common/content/help.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/content/help.xsl b/common/content/help.xsl
index 55dde166..e70875bc 100644
--- a/common/content/help.xsl
+++ b/common/content/help.xsl
@@ -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>