Changeset 38900 for documented-examples


Ignore:
Timestamp:
2024-04-04T14:12:54+13:00 (4 weeks ago)
Author:
kjdon
Message:

added p tags as I have removed them from the displayItem itself

File:
1 edited

Legend:

Unmodified
Added
Removed
  • documented-examples/trunk/gsarch-e/transform/pages/about.xsl

    r36276 r38900  
    44   
    55    <xsl:template name="coll-description">
    6       <xsl:value-of disable-output-escaping="yes" select="/page/pageResponse/collection/displayItemList/displayItem[@name='shortDescription']"/>
     6      <p><xsl:value-of disable-output-escaping="yes" select="/page/pageResponse/collection/displayItemList/displayItem[@name='shortDescription']"/></p>
    77     
    88      <xsl:value-of disable-output-escaping="yes" select="/page/pageResponse/collection/displayItemList/displayItem[@name='description1']"/>
Note: See TracChangeset for help on using the changeset viewer.