Fixed a typo

git-svn-id: https://svn.libreccm.org/ccm/trunk@5259 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2018-02-07 18:28:53 +00:00
parent fff68b52b0
commit fdd9fb1ef5
1 changed files with 1 additions and 1 deletions

View File

@ -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-')]"/>