Ignore:
Timestamp:
2022-02-03T15:00:41+13:00 (2 years ago)
Author:
cstephen
Message:

Properly indent code, hopefully fix missing end tag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-interfaces-dev/wmtb/transform/layouts/header.xsl

    r36042 r36047  
    99    exclude-result-prefixes="java util gsf">
    1010
    11   <xsl:template name="wmtb-footer">
    12     <div id="wmtb-footer" class="paragraph"><em>Developed in partnership between <a href="http://www.whakatohea.co.nz/">Whakatōhea Māori Trust Board</a> and the <a href="https://www.waikato.ac.nz/">University of Waikato</a></em>
    13     <br />
    14     <em>Powered by <a href="http://www.greenstone.org">Greenstone3</a></em></div>
    15   </xsl:template>
     11    <xsl:template name="wmtb-footer">
     12        <div id="wmtb-footer" class="paragraph">
     13            <em>
     14                Developed in partnership between <a href="http://www.whakatohea.co.nz/">Whakatōhea Māori Trust Board</a>
     15                and the <a href="https://www.waikato.ac.nz/">University of Waikato</a>
     16            </em>
     17           
     18            <br />
     19            <em>Powered by <a href="http://www.greenstone.org">Greenstone3</a></em>
     20        </div>
     21    </xsl:template>
    1622 
    1723    <!-- Creates a header for the html page -->
Note: See TracChangeset for help on using the changeset viewer.