sidler      02/04/26 09:27:33

  Modified:    xdocs    site.dvsl
  Log:
  Fixed some non-critical error messages when generating the docs.
  
  Revision  Changes    Path
  1.7       +2 -8      jakarta-velocity-tools/xdocs/site.dvsl
  
  Index: site.dvsl
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity-tools/xdocs/site.dvsl,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- site.dvsl 18 Apr 2002 14:33:07 -0000      1.6
  +++ site.dvsl 26 Apr 2002 16:27:33 -0000      1.7
  @@ -470,10 +470,7 @@
   
   #match( "td" )
   
  -#set ($colspan = $attrib.colspan)
  -#set ($rowspan = $attrib.rowspan)
  -
  -<td bgcolor="$table-td-bg" colspan="$!colspan" rowspan="$!rowspan" valign="top" 
align="left">
  +<td bgcolor="$table-td-bg" colspan="$!attrib.colspan" rowspan="$!attrib.rowspan" 
valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
          $node.copy( $node.children() )
       </font>
  @@ -482,10 +479,7 @@
   
   #match( "th" )
   
  -#set ($colspan = $attrib.colspan )
  -#set ($rowspan = $attrib.rowspan )
  -
  -<td bgcolor="$table-th-bg" colspan="$!colspan" rowspan="$!rowspan" valign="top" 
align="left">
  +<td bgcolor="$table-th-bg" colspan="$!attrib.colspan" rowspan="$!attrib.rowspan" 
valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
          $node.copy( $node.children())
       </font>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to