You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by je...@apache.org on 2002/11/07 17:05:54 UTC

cvs commit: xml-forrest/src/resources/skins/avalon-tigris/xslt/html site2xhtml.xsl

jefft       2002/11/07 08:05:53

  Modified:    src/resources/skins/avalon-tigris/xslt/html site2xhtml.xsl
  Log:
  Make valid HTML.  Thanks to Peter Donald
  
  Revision  Changes    Path
  1.2       +1 -2      xml-forrest/src/resources/skins/avalon-tigris/xslt/html/site2xhtml.xsl
  
  Index: site2xhtml.xsl
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/skins/avalon-tigris/xslt/html/site2xhtml.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- site2xhtml.xsl	5 Nov 2002 07:36:49 -0000	1.1
  +++ site2xhtml.xsl	7 Nov 2002 16:05:53 -0000	1.2
  @@ -107,8 +107,7 @@
   
       <xsl:comment>================= start Footer ==================</xsl:comment>
       <div class="footer">
  -    <table border="0"
  -           height="20" width="100%" cellpadding="0"
  +    <table border="0" width="100%" cellpadding="0"
              cellspacing="0" summary="footer">
         <tr>
           <xsl:comment>================= start Copyright ==================</xsl:comment>