Diff for /Amaya/amaya/HTMLT.T between versions 1.35 and 1.36

version 1.35, 1997/08/21 08:05:01 version 1.36, 1997/09/11 08:44:45
Line 10  CONST Line 10  CONST
 RULES  RULES
   
  HTML : BEGIN   HTML : BEGIN
   #ifdef COUGAR
           Create '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">\12';
   #else
         Create '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">\12';          Create '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">\12';
   #endif
         Create '<html';          Create '<html';
         Create Attributes;          Create Attributes;
         Create '>\12';          Create '>\12';

Removed from v.1.35  
changed lines
  Added in v.1.36


Webmaster