Diff for /Amaya/amaya/HTMLT.T between versions 1.156 and 1.157

version 1.156, 2004/02/09 16:59:08 version 1.157, 2004/02/11 15:40:22
Line 2223  ATTRIBUTES Line 2223  ATTRIBUTES
         END;          END;
   
  NAME: BEGIN   NAME: BEGIN
 #ifndef XHTML11  
         create SAN;          create SAN;
         Create 'name="';          Create 'name="';
         Create NAME;          Create NAME;
         Create DoubleQuote;          Create DoubleQuote;
 #endif  
 #ifdef XML  
         if Anchor and not ID BEGIN  
                 create SAN;  
                 Create 'id="';  
                 Create NAME;  
                 Create DoubleQuote;  
                 END;  
 #endif  
 #ifdef XHTML11  #ifdef XHTML11
         if map and not ID BEGIN          if map and not ID BEGIN
                 create SAN;                  create SAN;
Line 2250  ATTRIBUTES Line 2240  ATTRIBUTES
                 Create NAME;                  Create NAME;
                 Create DoubleQuote;                  Create DoubleQuote;
                 END;                  END;
         if not map and not MAP and not Anchor BEGIN          if Anchor and not ID BEGIN
                 create SAN;                  create SAN;
                 Create 'name="';                  Create 'id="';
                 Create NAME;                  Create NAME;
                 Create DoubleQuote;                  Create DoubleQuote;
                 END;                  END;

Removed from v.1.156  
changed lines
  Added in v.1.157


Webmaster