Diff for /Amaya/amaya/HTML.S between versions 1.142 and 1.143

version 1.142, 2002/02/21 14:16:00 version 1.143, 2002/02/21 15:51:30
Line 45  STRUCT Line 45  STRUCT
   
   HTML                                                          { HTML }    HTML                                                          { HTML }
      (ATTR SectionNumbering = Yes_; ShowAreas = Yes_;       (ATTR SectionNumbering = Yes_; ShowAreas = Yes_;
            PrintURL = Yes_; HtmlDTD = Text;             PrintURL = Yes_; PI = Text;
            Namespaces = Text; RealLang = Yes_; Charset = Text) =             Namespaces = Text; RealLang = Yes_; Charset = Text) =
         BEGIN          BEGIN
         HEAD;          HEAD;
Line 938  EXCEPT Line 938  EXCEPT
         Namespaces:     Invisible;          Namespaces:     Invisible;
         RealLang:       Invisible;          RealLang:       Invisible;
         Charset:        Invisible;          Charset:        Invisible;
         HtmlDTD:        Invisible;          PI:             Invisible;
         shape:          Invisible;          shape:          Invisible;
         Data_cell:      IsCell, NoMove, NoResize;          Data_cell:      IsCell, NoMove, NoResize;
         Heading_cell:   IsCell, NoMove, NoResize;          Heading_cell:   IsCell, NoMove, NoResize;

Removed from v.1.142  
changed lines
  Added in v.1.143


Webmaster