Diff for /Amaya/amaya/HTMLT.T between versions 1.54 and 1.55

version 1.54, 1998/08/24 10:07:08 version 1.55, 1998/08/24 13:26:55
Line 15  RULES Line 15  RULES
  HTML : BEGIN   HTML : BEGIN
 #ifdef XML  #ifdef XML
         Create '<?xml version="1.0"?>\12';          Create '<?xml version="1.0"?>\12';
           Create '<html xmlns="http://www.w3.org/TR/REC-html40"\12';
         Create Namespaces;          Create Namespaces;
 #endif  #else
         Create '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">\12';          Create '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">\12';
         Create '<html';          Create '<html';
   #endif
         Create Attributes;          Create Attributes;
         Create '>\12';          Create '>\12';
         Create '</html>\12' After;          Create '</html>\12' After;
Line 75  RULES Line 77  RULES
         Create '<style';          Create '<style';
         IF Notation          IF Notation
            BEGIN             BEGIN
            Create ' type=';             Create ' type="';
            Create Notation;             Create Notation;
              Create DoubleQuote;
            END;             END;
         Create Attributes;          Create Attributes;
         Create '>';          Create '>';

Removed from v.1.54  
changed lines
  Added in v.1.55


Webmaster