Ignore:
Timestamp:
2016-05-31T22:19:57+12:00 (8 years ago)
Author:
Georgiy Litvinov
Message:

Fixed sorting order

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/default/transform/pages/home.xsl

    r30540 r30546  
    3131
    3232        <xsl:for-each select="collectionList/collection|groupList/group">
    33                     <xsl:sort select="@position"/>
     33                    <xsl:sort data-type="number" select="@position"/>
    3434            <xsl:if test="name() = 'collection'">
    3535                                <gslib:collectionLinkWithImage/>
Note: See TracChangeset for help on using the changeset viewer.