Diff for /Amaya/amaya/XHTMLbuilder.c between versions 1.111 and 1.112

version 1.111, 2004/10/19 15:30:19 version 1.112, 2004/10/22 13:39:38
Line 435  void XhtmlElementComplete (ParserData *c Line 435  void XhtmlElementComplete (ParserData *c
          }           }
        if (data)         if (data)
          TtaFreeMemory (data);           TtaFreeMemory (data);
        /* Check the mandatory ALT attribute */  
        CheckALTAttribute (el, doc);  
        break;         break;
   
      case HTML_EL_IFRAME:         /* it's an iframe */       case HTML_EL_IFRAME:         /* it's an iframe */

Removed from v.1.111  
changed lines
  Added in v.1.112


Webmaster