Project

General

Profile

« Previous | Next » 

Revision 1696

Added by Jing Tao almost 21 years ago

Make table cellspacing=0 and fixed some bugs.

View differences:

eml-dataset-2.0.0.xsl
35 35
  <xsl:output method="html" encoding="iso-8859-1"/>
36 36
  
37 37
  <xsl:template match="dataset" mode="dataset">
38
    <table class="tabledefault" width="100%">
38
    <table xsl:use-attribute-sets="cellspacing" class="tabledefault" width="100%">
39 39
      <xsl:choose>
40 40
         <xsl:when test="references!=''">
41 41
          <xsl:variable name="ref_id" select="references"/>
......
142 142
          History:
143 143
          </td>
144 144
          <td width="{$secondColWidth}" class="{$secondColStyle}" >
145
            <table width="100%">
145
            <table xsl:use-attribute-sets="cellspacing" class="tabledefault" width="100%">
146 146
              <xsl:for-each select="changeHistory">
147 147
                <xsl:call-template name="historydetails"/>
148 148
              </xsl:for-each>

Also available in: Unified diff