diff options
author | Kris Maglione <maglione.k@gmail.com> | 2011-02-21 23:40:24 -0500 |
---|---|---|
committer | Kris Maglione <maglione.k@gmail.com> | 2011-02-21 23:40:24 -0500 |
commit | caeb5bc22f8d1ff893a6ce7d3509edffea14ecc7 (patch) | |
tree | 22d61da436d3cee0162982666e36bb8ff58e71fc | |
parent | 90ee266d1bc559c4c76cddc78ee563d4571b8398 (diff) | |
download | pentadactyl-caeb5bc22f8d1ff893a6ce7d3509edffea14ecc7.tar.gz |
Argh.
-rw-r--r-- | common/content/help.xsl | 2 |
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> |