diff options
author | Shaun McCance <shaunm@gnome.org> | 2009-05-27 09:24:49 -0500 |
---|---|---|
committer | Shaun McCance <shaunm@gnome.org> | 2009-05-27 09:24:49 -0500 |
commit | b31531151eb59d46d2d4515cea6c42c09c449bf9 (patch) | |
tree | 0041ec257806860c90a0e0202506ce0568b00d9b /xslt | |
parent | f79dfb32b99f7d95e79903d07938b148ec5deaf0 (diff) | |
download | yelp-tools-b31531151eb59d46d2d4515cea6c42c09c449bf9.tar.gz |
[mallard] Change explore.xml to guide
Diffstat (limited to 'xslt')
-rw-r--r-- | xslt/mallard/html/mal2html-page.xsl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xslt/mallard/html/mal2html-page.xsl b/xslt/mallard/html/mal2html-page.xsl index e4e84bd..fdfc1d2 100644 --- a/xslt/mallard/html/mal2html-page.xsl +++ b/xslt/mallard/html/mal2html-page.xsl @@ -74,7 +74,8 @@ REMARK: Describe this template select="$node/mal:info/mal:link[@type = 'topic']"/> <!-- FIXME: // selectors are slow --> <xsl:variable name="guidelinks" - select="$mal.cache//*[mal:info/mal:link[@type = 'guide'][@xref = $id]][not(@id = $pagelinks/@xref)]"/> + select="$mal.cache//*[mal:info/mal:link[@type = 'guide'][@xref = $id]] + [not(@id = $pagelinks/@xref)]"/> <xsl:if test="$pagelinks or $guidelinks"> <div class="pagelinks"> <xsl:choose> |