Diff for /Amaya/amaya/XHTMLbuilder.c between versions 1.101 and 1.102

version 1.101, 2004/01/19 13:53:05 version 1.102, 2004/01/26 10:32:38
Line 674  void XhtmlElementComplete (ParserData *c Line 674  void XhtmlElementComplete (ParserData *c
        if (DocumentMeta[doc]->xmlformat)         if (DocumentMeta[doc]->xmlformat)
          {           {
            if (IsWithinXmlTable ())             if (IsWithinXmlTable ())
              NewCell (el, doc, FALSE, FALSE);               NewCell (el, doc, FALSE, FALSE, FALSE);
          }           }
        else         else
          {           {
            if (IsWithinHtmlTable ())             if (IsWithinHtmlTable ())
              NewCell (el, doc, FALSE, FALSE);               NewCell (el, doc, FALSE, FALSE, FALSE);
          }           }
        break;         break;
                 

Removed from v.1.101  
changed lines
  Added in v.1.102


Webmaster