diff options
Diffstat (limited to 'common/content/help.xsl')
-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> |