Changeset 29342


Ignore:
Timestamp:
2014-09-30T15:32:02+13:00 (10 years ago)
Author:
ak19
Message:

Fixed bug: an extra bracket was introduced in recent commit revision 29323. This had started turning up in web/logs/greenstone.log labelled as a fatal error during stylesheet transformations.

File:
1 edited

Legend:

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

    r29323 r29342  
    6060        <xsl:text> </xsl:text>
    6161          </xsl:if>
    62           <xsl:if test="$documentBasketOn and (util:contains(/page/pageRequest/userInformation/@groups, 'administrator') or util:contains(/page/pageRequest/userInformation/@groups, 'all-collections-editor') or util:contains(/page/pageRequest/userInformation/@groups, $thisCollectionEditor)))">
     62          <xsl:if test="$documentBasketOn and (util:contains(/page/pageRequest/userInformation/@groups, 'administrator') or util:contains(/page/pageRequest/userInformation/@groups, 'all-collections-editor') or util:contains(/page/pageRequest/userInformation/@groups, $thisCollectionEditor))">
    6363        <gslib:documentBasket/>
    6464        <xsl:text> </xsl:text>
Note: See TracChangeset for help on using the changeset viewer.