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-protocol-2.0.0.xsl
38 38
  <xsl:template name="protocol">
39 39
    <xsl:param name="protocolfirstColStyle"/>
40 40
    <xsl:param name="protocolsubHeaderStyle"/>
41
    <table class="tabledefault" width="100%">
41
    <table xsl:use-attribute-sets="cellspacing" class="tabledefault" width="100%">
42 42
        <xsl:choose>
43 43
         <xsl:when test="references!=''">
44 44
          <xsl:variable name="ref_id" select="references"/>

Also available in: Unified diff