Diff for /Amaya/amaya/HTMLT.T between versions 1.86 and 1.87

version 1.86, 1999/09/24 11:29:34 version 1.87, 1999/10/26 09:14:58
Line 1055  ATTRIBUTES Line 1055  ATTRIBUTES
         END;          END;
   
  Langue:   Langue:
           BEGIN
         IF not HTML          IF not HTML
             BEGIN              BEGIN
             Create ' lang="';              Create ' lang="';
Line 1066  ATTRIBUTES Line 1067  ATTRIBUTES
             Create DoubleQuote;              Create DoubleQuote;
 #endif  #endif
             END;              END;
           IF HTML and RealLang
               BEGIN
               Create ' lang="';
               Create Langue;
               Create DoubleQuote;
   #ifdef XML
               Create ' xml:lang="';
               Create Langue;
               Create DoubleQuote;
   #endif
               END;
           END;
   
  content_type: BEGIN   content_type: BEGIN
         Create ' type="';          Create ' type="';

Removed from v.1.86  
changed lines
  Added in v.1.87


Webmaster