Diff for /Amaya/amaya/XHTMLbuilder.c between versions 1.74 and 1.75

version 1.74, 2002/07/22 07:50:58 version 1.75, 2002/10/09 16:06:55
Line 494  void       XhtmlElementComplete (ParserD Line 494  void       XhtmlElementComplete (ParserD
                  }                   }
              }               }
          }           }
        if (DocumentMeta[doc]->xmlformat)         if (DocumentMeta[doc] && DocumentMeta[doc]->xmlformat)
          {           {
            if (IsXmlParsingCSS ())             if (IsXmlParsingCSS ())
              {               {

Removed from v.1.74  
changed lines
  Added in v.1.75


Webmaster