Fixed a typo in widget.xsl
git-svn-id: https://svn.libreccm.org/ccm/trunk@6146 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
142dea11a3
commit
628c65c4cc
|
|
@ -143,7 +143,7 @@
|
||||||
</input>
|
</input>
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
<xsl:otherwise>
|
<xsl:otherwise>
|
||||||
<select id="@name">
|
<select id="{@name}">
|
||||||
<xsl:call-template name="foundry:process-datatree-attributes"/>
|
<xsl:call-template name="foundry:process-datatree-attributes"/>
|
||||||
<xsl:apply-templates/>
|
<xsl:apply-templates/>
|
||||||
</select>
|
</select>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue