Diff for /Amaya/amaya/HTMLTT.T between versions 1.69 and 1.70

version 1.69, 2004/10/12 14:52:33 version 1.70, 2006/04/10 16:14:53
Line 329  RULES Line 329  RULES
   
  List_Item: BEGIN   List_Item: BEGIN
         Create Attributes;          Create Attributes;
         if within 1 Unnumbered_List          if within 1 Unnumbered_List and not immediately within Numbered_List
            Create '*  ';             Create '*  ';
         if within 2 Unnumbered_List          if within 2 Unnumbered_List and not immediately within Numbered_List
            Create 'o  ';             Create 'o  ';
         if within > 2 Unnumbered_List          if within > 2 Unnumbered_List and not immediately within Numbered_List
            Create '+  ';             Create '+  ';
         if within Numbered_List    if immediately within Numbered_List
            Create (Value(ItemCounter, Arabic) '. ');             Create (Value(ItemCounter, Arabic) '. ');
         Indent +3;          Indent +3;
         Indent -3 after;          Indent -3 after;

Removed from v.1.69  
changed lines
  Added in v.1.70


Webmaster