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

Also available in: Unified diff