Diff for /Amaya/amaya/HTMLT.T between versions 1.48 and 1.49

version 1.48, 1998/07/06 09:22:43 version 1.49, 1998/07/06 14:59:40
Line 327  RULES Line 327  RULES
         Create '</object>\12' After;              Create '</object>\12' After;    
         END;          END;
   
    INS:   BEGIN
           Create '<ins';
           Create Attributes;
           Create '>';
           Create '</span>' After;
           END;
   
    DEL:   BEGIN
           Create '<del';
           Create Attributes;
           Create '>';
           Create '</span>' After;
           END;
   
  Span:  BEGIN   Span:  BEGIN
         Create '<span';          Create '<span';
         Create Attributes;          Create Attributes;
Line 774  ATTRIBUTES Line 788  ATTRIBUTES
         Create DoubleQuote;          Create DoubleQuote;
         END;          END;
   
    cite:
           BEGIN
           NoTranslation;
           Create ' cite="';
           Create cite;
           Create DoubleQuote;
           END;
   
    datetime:
           BEGIN
           Create ' datetime="';
           Create datetime;
           Create DoubleQuote;
           END;
   
  background_ :   background_ :
         BEGIN          BEGIN
         Create ' background="';          Create ' background="';

Removed from v.1.48  
changed lines
  Added in v.1.49


Webmaster