Diff for /Amaya/amaya/XHTMLbuilder.c between versions 1.124 and 1.125

version 1.124, 2005/06/07 16:14:25 version 1.125, 2005/06/14 07:46:37
Line 1671  void EndOfHTMLAttributeValue (char *attr Line 1671  void EndOfHTMLAttributeValue (char *attr
                       else if (attrType.AttrTypeNum == HTML_ATTR_ID ||                        else if (attrType.AttrTypeNum == HTML_ATTR_ID ||
                                attrType.AttrTypeNum == HTML_ATTR_NAME)                                 attrType.AttrTypeNum == HTML_ATTR_NAME)
                         CheckUniqueName (lastAttrElement, context->doc,                          CheckUniqueName (lastAttrElement, context->doc,
                                          currentAttribute, attrType);                            currentAttribute, attrType);
                       else if (attrType.AttrTypeNum == HTML_ATTR_accesskey)                        else if (attrType.AttrTypeNum == HTML_ATTR_accesskey)
                         TtaAddAccessKey (context->doc, (unsigned int)attrValue[0],                          TtaAddAccessKey (context->doc, (unsigned int)attrValue[0],
                                          lastAttrElement);                                           lastAttrElement);

Removed from v.1.124  
changed lines
  Added in v.1.125


Webmaster