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-distribution-2.0.0.xsl
46 46
      <xsl:param name="physicalindex"/>
47 47
      <xsl:param name="distributionindex"/>
48 48
      
49
      <table class="tabledefault" width="100%">
49
      <table xsl:use-attribute-sets="cellspacing" class="tabledefault" width="100%">
50 50
       <xsl:choose>
51 51
         <xsl:when test="references!=''">
52 52
          <xsl:variable name="ref_id" select="references"/>
......
248 248
          <xsl:text>&#160;&#160;&#160;&#160;&#160;</xsl:text><xsl:value-of select="name" />
249 249
        </td>
250 250
        <td width="{$secondColWidth}" class="{$secondColStyle}">
251
          <table class="tabledefault" width="100%">
251
          <table xsl:use-attribute-sets="cellspacing" class="tabledefault" width="100%">
252 252
            <tr>
253 253
              <td width="{$firstColWidth}" class="{$disfirstColStyle}">
254 254
                <xsl:value-of select="defaultValue" />

Also available in: Unified diff