Diff for /Amaya/amaya/HTMLT.T between versions 1.101 and 1.102

version 1.101, 2000/03/03 10:26:07 version 1.102, 2000/04/18 14:16:16
Line 1200  ATTRIBUTES Line 1200  ATTRIBUTES
  target_ :   target_ :
         BEGIN          BEGIN
         Create ' target="';          Create ' target="';
         Create target_;          Create Translated target_;
         Create DoubleQuote;          Create DoubleQuote;
         END;          END;
   
  cite:   cite:
         BEGIN          BEGIN
         Create ' cite="';          Create ' cite="';
         Create cite;          Create Translated cite;
         Create DoubleQuote;          Create DoubleQuote;
         END;          END;
   
Line 1221  ATTRIBUTES Line 1221  ATTRIBUTES
  background_ :   background_ :
         BEGIN          BEGIN
         Create ' background="';          Create ' background="';
         Create background_;          Create Translated background_;
         Create DoubleQuote;          Create DoubleQuote;
         END;          END;
   
Line 1769  ATTRIBUTES Line 1769  ATTRIBUTES
         if not Immediately within Object          if not Immediately within Object
            BEGIN             BEGIN
            Create ' src="';             Create ' src="';
            Create SRC;             Create Translated SRC;
            Create DoubleQuote;             Create DoubleQuote;
            END;             END;
         END;          END;

Removed from v.1.101  
changed lines
  Added in v.1.102


Webmaster