Diff for /Amaya/amaya/HTMLT.T between versions 1.139 and 1.140

version 1.139, 2002/03/22 16:26:17 version 1.140, 2002/05/22 13:02:26
Line 143  RULES Line 143  RULES
         END;          END;
   
  META: BEGIN   META: BEGIN
 #ifdef XML  
         { elements TITLE and BASE must be generated as the first chidren  
           of the HEAD element }  
 #endif  
         Create '<meta' Before;          Create '<meta' Before;
         Create Attributes Before;          Create Attributes Before;
         Remove;          Remove;
Line 159  RULES Line 155  RULES
   
  LINK:  BEGIN   LINK:  BEGIN
 #ifdef XML  #ifdef XML
         { elements TITLE and BASE must be generated as the first chidren          { elements TITLE and BASE must be generated before }
           of the HEAD element }  
         Get TITLE Before;          Get TITLE Before;
 #endif  #endif
         Create '<link';          Create '<link';
Line 1262  ATTRIBUTES Line 1257  ATTRIBUTES
         END;          END;
   
  meta_content: BEGIN   meta_content: BEGIN
         { quotes are generated by Amaya when saving the document }          Create ' content="';
         Create ' content=';  
         Create Translated meta_content;          Create Translated meta_content;
           Create DoubleQuote;
         END;          END;
   
  scheme: BEGIN   scheme: BEGIN
Line 1591  ATTRIBUTES Line 1586  ATTRIBUTES
  Style\240: BEGIN   Style\240: BEGIN
         IF not Within HEAD          IF not Within HEAD
             BEGIN              BEGIN
             { quotes are generated by Amaya when saving the document }              Create ' style="';
             Create ' style=';  
             Create Style\240;              Create Style\240;
               Create DoubleQuote;
             END;              END;
         END;          END;
   

Removed from v.1.139  
changed lines
  Added in v.1.140


Webmaster