Diff for /Amaya/amaya/XHTMLbuilder.c between versions 1.91 and 1.92

version 1.91, 2003/07/16 09:46:09 version 1.92, 2003/07/21 12:35:15
Line 663  void       XhtmlElementComplete (ParserD Line 663  void       XhtmlElementComplete (ParserD
        if (DocumentMeta[doc]->xmlformat)         if (DocumentMeta[doc]->xmlformat)
          {           {
            if (IsWithinXmlTable ())             if (IsWithinXmlTable ())
              NewCell (el, doc, FALSE);               NewCell (el, doc, FALSE, FALSE);
          }           }
        else         else
          {           {
            if (IsWithinHtmlTable ())             if (IsWithinHtmlTable ())
              NewCell (el, doc, FALSE);               NewCell (el, doc, FALSE, FALSE);
          }           }
        break;         break;
                 

Removed from v.1.91  
changed lines
  Added in v.1.92


Webmaster