Ignore:
Timestamp:
2023-11-13T09:22:18+13:00 (7 months ago)
Author:
kjdon
Message:

removed a couple debugging chars left in by mistake

File:
1 edited

Legend:

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

    r38083 r38354  
    284284    <xsl:choose>
    285285      <xsl:when test="$groupElem/displayItem[@name='name']">
    286         x<xsl:value-of select="$groupElem/displayItem[@name='name']"/>
     286        <xsl:value-of select="$groupElem/displayItem[@name='name']"/>
    287287        </xsl:when>
    288288        <xsl:otherwise>
    289           y<xsl:value-of select="$groupElem/title"/>
     289          <xsl:value-of select="$groupElem/title"/>
    290290        </xsl:otherwise>
    291291    </xsl:choose>
Note: See TracChangeset for help on using the changeset viewer.