Diff for /Amaya/amaya/HTMLT.T between versions 1.44 and 1.45

version 1.44, 1998/06/10 15:56:06 version 1.45, 1998/07/02 16:32:52
Line 69  RULES Line 69  RULES
            END;             END;
         Create Attributes;          Create Attributes;
         Create '>\12';          Create '>\12';
           NoTranslation;
         Create '</style>\12' After;          Create '</style>\12' After;
         END;          END;
   
  StyleRule:  
         BEGIN  
         IF Selector  
            BEGIN  
            Create Selector;  
            Create ' { ';  
            Create ' }\12' After;  
            END;  
         END;  
   
  SCRIPT: BEGIN   SCRIPT: BEGIN
         Create '<script';          Create '<script';
         Create Attributes;          Create Attributes;

Removed from v.1.44  
changed lines
  Added in v.1.45


Webmaster