Diff for /Amaya/amaya/HTMLT.T between versions 1.77 and 1.78

version 1.77, 1999/04/15 08:13:13 version 1.78, 1999/05/06 13:05:40
Line 1674  ATTRIBUTES Line 1674  ATTRIBUTES
         END;          END;
   
  SRC:   BEGIN   SRC:   BEGIN
         Create ' src="';          if not Immediately within Object
         Create SRC;             BEGIN
         Create DoubleQuote;             Create ' src="';
              Create SRC;
              Create DoubleQuote;
              END;
         END;          END;
   
  ALT:   BEGIN   ALT:   BEGIN
         Create ' alt="';          if not Immediately within Object
         Create Translated ALT;             BEGIN
         Create DoubleQuote;             Create ' alt="';
              Create Translated ALT;
              Create DoubleQuote;
              END;
         END;          END;
   
  longdesc: BEGIN   longdesc: BEGIN

Removed from v.1.77  
changed lines
  Added in v.1.78


Webmaster