We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a90264 commit fdb08b5Copy full SHA for fdb08b5
1 file changed
src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client/functions.xsl
@@ -67,7 +67,7 @@ exclude-result-prefixes="#all"
67
</xsl:function>
68
69
<xsl:function name="ac:mode" as="xs:anyURI*">
70
- <xsl:variable name="nav-tab-class" select="id('layout-modes')/li[contains-token(@class, 'active')]/@class" as="xs:string"/>
+ <xsl:variable name="nav-tab-class" select="id('layout-modes', ixsl:page())/li[contains-token(@class, 'active')]/@class" as="xs:string"/>
71
<xsl:variable name="mode-classes" as="map(xs:string, xs:string)">
72
<xsl:map>
73
<xsl:map-entry key="'content-mode'" select="'&ldh;ContentMode'"/>
0 commit comments