Foundry: onclick attribute for HTML element button is now copied to HTML

git-svn-id: https://svn.libreccm.org/ccm/trunk@4823 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2017-06-29 07:47:54 +00:00
parent 7efbf47fb9
commit d55b475ae2
1 changed files with 1 additions and 1 deletions

View File

@ -568,7 +568,7 @@
<xsl:with-param name="id" select="$id"/>
<xsl:with-param name="class" select="$class"/>
<xsl:with-param name="copy-attributes"
select="'autofocus disabled form formaction formenctype formmethod formnovalidate formtarget name type value'"/>
select="'autofocus disabled form formaction formenctype formmethod formnovalidate formtarget name onclick type value'"/>
</xsl:call-template>
<xsl:apply-templates/>
</button>