Diff for /Amaya/amaya/HTMLT.T between versions 1.88 and 1.89

version 1.88, 1999/10/28 16:37:38 version 1.89, 1999/11/08 17:12:19
Line 798  RULES Line 798  RULES
         END;          END;
   
  PICTURE_UNIT: BEGIN   PICTURE_UNIT: BEGIN
           if IsInput BEGIN
                   Create '<input type=image';
                   Create Attributes;
   #ifdef XML
                   Create ' />\12';
   #else
                   Create '>';
   #endif
                   END;
         if Immediately within Object          if Immediately within Object
                 Remove;                  Remove;
         if NOT Immediately within Object BEGIN          if NOT Immediately within Object AND NOT IsInput BEGIN
                 Create '<img';                  Create '<img';
                 Create Attributes;                  Create Attributes;
 #ifdef XML  #ifdef XML

Removed from v.1.88  
changed lines
  Added in v.1.89


Webmaster