Fixed a typo in widget.xsl

git-svn-id: https://svn.libreccm.org/ccm/trunk@6146 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2019-07-06 08:49:28 +00:00
parent 142dea11a3
commit 628c65c4cc
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@
</input>
</xsl:when>
<xsl:otherwise>
<select id="@name">
<select id="{@name}">
<xsl:call-template name="foundry:process-datatree-attributes"/>
<xsl:apply-templates/>
</select>