Ignore:
Timestamp:
2011-08-29T14:14:39+12:00 (13 years ago)
Author:
sjm84
Message:

Fixed an error that was causing the footer to sometimes be incorrectly placed on the page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/oran/transform/pages/classifier.xsl

    r24510 r24512  
    4242            the two templates at the bottom of this file
    4343        -->
    44         <table id="results">
     44        <div id="results">
    4545            <xsl:variable name="collName"><xsl:value-of select="/page/pageRequest/paramList/param[@name='c']/@value"/></xsl:variable>
    4646            <xsl:variable name="serviceName"><xsl:value-of select="service/@name"/></xsl:variable>
     
    5050                <xsl:with-param name="serviceName" select="$serviceName"/>
    5151            </xsl:apply-templates>
    52         </table>
     52        </div>
    5353        <div class="clear"><xsl:text> </xsl:text></div>
    5454    </xsl:template>
     
    9696    <xsl:template match="classifierNode"><!-- priority="3"-->
    9797
    98         <table id="title{@nodeID}"><tr>
     98        <table id="title{@nodeID}"><tbody><tr>
    9999            <!-- Expand/collapse button -->
    100100            <td class="headerTD">
     
    117117                </a>
    118118            </td>
    119         </tr></table>
     119        </tr></tbody></table>
    120120       
    121121        <!-- Show any documents or sub-groups in this group -->
Note: See TracChangeset for help on using the changeset viewer.