Bugfix for sorting FileAttachments in Foundry

git-svn-id: https://svn.libreccm.org/ccm/trunk@4909 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2017-08-17 17:29:27 +00:00
parent 9b15b40d3c
commit 3aea3f4425
1 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@
</xsl:variable>
<xsl:for-each select="$contentitem-tree/fileAttachments">
<xsl:sort select="fileOrder"/>
<xsl:sort select="fileOrder" data-type="number" />
<!--<pre>
<xsl:value-of select="concat('current elem = ', name(current()))"/>
@ -178,4 +178,4 @@
</xsl:template>
</xsl:stylesheet>
</xsl:stylesheet>