Diff for /Amaya/amaya/HTMLT.T between versions 1.98 and 1.99

version 1.98, 2000/02/05 09:07:11 version 1.99, 2000/02/08 18:01:30
Line 800  RULES Line 800  RULES
                 Create '<input type=image';                  Create '<input type=image';
                 Create Attributes;                  Create Attributes;
 #ifdef XML  #ifdef XML
                 Create ' />\12';                  Create ' />';
 #else  #else
                 Create '>';                  Create '>';
 #endif  #endif
Line 811  RULES Line 811  RULES
                 Create '<img';                  Create '<img';
                 Create Attributes;                  Create Attributes;
 #ifdef XML  #ifdef XML
                 Create ' />\12';                  Create ' />';
 #else  #else
                 Create '>';                  Create '>';
 #endif  #endif
                 END;                  END;
         if NOT within Paragraph AND NOT Immediately within Object          if NOT within Paragraph AND NOT Immediately within Object
              AND NOT within Pseudo_paragraph
                 Create '\12' After;                  Create '\12' After;
         END;          END;
   

Removed from v.1.98  
changed lines
  Added in v.1.99


Webmaster