Changeset 33628 for main


Ignore:
Timestamp:
2019-11-07T13:52:27+13:00 (4 years ago)
Author:
kjdon
Message:

not sure why documentNode was a gsf:template here. Can't be like that as the inheritance through site/collection version of query.xsl doesn't work if its gsf.

File:
1 edited

Legend:

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

    r33593 r33628  
    157157
    158158  <!-- this usually gets overriden in collectionConfig.xml -->
    159   <gsf:template match="documentNode">
     159  <xsl:template match="documentNode">
    160160    <td valign="top">
    161161      <gsf:link type="document">
     
    168168      </gsf:link>
    169169    </td>
    170   </gsf:template>
     170  </xsl:template>
    171171
    172172  <xsl:template name="highlightSnippet">
Note: See TracChangeset for help on using the changeset viewer.