summaryrefslogtreecommitdiff
path: root/xslt/mallard/html/mal2html-page.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'xslt/mallard/html/mal2html-page.xsl')
-rw-r--r--xslt/mallard/html/mal2html-page.xsl3
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>