Fixed a typo
git-svn-id: https://svn.libreccm.org/ccm/trunk@5259 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
fff68b52b0
commit
fdd9fb1ef5
|
|
@ -232,7 +232,7 @@
|
||||||
<xsl:copy-of select="$current-layout-node/@*[starts-with(name(), 'data-')]"/>
|
<xsl:copy-of select="$current-layout-node/@*[starts-with(name(), 'data-')]"/>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
<xsl:template name="foundry:copy-data-attributes">
|
<xsl:template name="foundry:copy-aria-attributes">
|
||||||
<xsl:param name="current-layout-node" select="current()"/>
|
<xsl:param name="current-layout-node" select="current()"/>
|
||||||
|
|
||||||
<xsl:copy-of select="$current-layout-node/@*[starts-with(name(), 'aria-')]"/>
|
<xsl:copy-of select="$current-layout-node/@*[starts-with(name(), 'aria-')]"/>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue