Diff for /Amaya/amaya/HTMLT.T between versions 1.24 and 1.25

version 1.24, 1997/04/26 11:21:32 version 1.25, 1997/05/12 15:32:11
Line 645  RULES Line 645  RULES
         Create '<td';          Create '<td';
         Create Attributes;          Create Attributes;
         Create '>';          Create '>';
           Create '</td>\12' after;
         END;          END;
   
  Heading_cell:   Heading_cell:
Line 652  RULES Line 653  RULES
         Create '<th';          Create '<th';
         Create Attributes;          Create Attributes;
         Create '>';          Create '>';
           Create '</th>\12' after;
         END;          END;
   
  Table_foot:   Table_foot:

Removed from v.1.24  
changed lines
  Added in v.1.25


Webmaster