Changeset 31179 for main/trunk


Ignore:
Timestamp:
2016-12-05T13:42:21+13:00 (7 years ago)
Author:
kjdon
Message:

adding in gsf:space template, useful when you want to force a space in the output. thanks to Diego

File:
1 edited

Legend:

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

    r31066 r31179  
    696696      <xslt:text disable-output-escaping="yes"><xsl:value-of select="."/></xslt:text>
    697697    </xsl:template>
    698 
     698    <!-- use this if you want a space after an element in the output.
     699    e.g. <strong>Title:><gsf:space/></strong -->
     700    <xsl:template match="gsf:space">&#160;</xsl:template>
    699701    <xsl:template match="*">
    700702        <xsl:copy>
Note: See TracChangeset for help on using the changeset viewer.