Changeset 34269


Ignore:
Timestamp:
2020-07-15T02:31:58+12:00 (4 years ago)
Author:
ak19
Message:

Also updating the temporary opotiki interface's home page's display of coll descr to support html.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-interfaces-dev/opotiki/transform/pages/home.xsl

    r34237 r34269  
    110110            <!-- has a description - display it -->
    111111            <xsl:when test="$collDesc">
    112                 <p class="justify"><xsl:value-of select="$collDesc" disable-output-escaping="yes"/></p>
     112                <p class="justify"><!--<xsl:value-of select="$collDesc" disable-output-escaping="yes"/>--><xsl:apply-templates select="displayItemList/displayItem[@name='description']"/></p>
    113113            </xsl:when>
    114114            <!-- no description - a generic sentence -->
Note: See TracChangeset for help on using the changeset viewer.