Diff for /Amaya/amaya/HTMLT.T between versions 1.12 and 1.13

version 1.12, 1997/02/12 08:36:02 version 1.13, 1997/02/18 14:12:38
Line 153  RULES Line 153  RULES
  BR:    BEGIN   BR:    BEGIN
         Create '<BR';          Create '<BR';
         Create Attributes;          Create Attributes;
         Create '>';          Create '>\12';
         Remove;          Remove;
         END;          END;
  Italic_text:   Italic_text:
Line 1020  ATTRIBUTES Line 1020  ATTRIBUTES
   
  Value_: BEGIN   Value_: BEGIN
         Create ' value="';          Create ' value="';
         Create Default_Value;          Create Value_;
         Create DoubleQuote;          Create DoubleQuote;
         END;          END;
   

Removed from v.1.12  
changed lines
  Added in v.1.13


Webmaster