Diff for /Amaya/amaya/XHTMLbuilder.c between versions 1.60 and 1.61

version 1.60, 2002/01/15 13:20:56 version 1.61, 2002/02/11 13:46:20
Line 1214  void EndOfHTMLAttributeValue (char *attr Line 1214  void EndOfHTMLAttributeValue (char *attr
       TtaSetAttributeText (currentAttribute, attrValue,        TtaSetAttributeText (currentAttribute, attrValue,
                            lastAttrElement, context->doc);                             lastAttrElement, context->doc);
       ParseHTMLSpecificStyle (context->lastElement, attrValue,        ParseHTMLSpecificStyle (context->lastElement, attrValue,
                               context->doc, 1, FALSE);                                context->doc, 100, FALSE);
       done = TRUE;        done = TRUE;
     }      }
   else    else

Removed from v.1.60  
changed lines
  Added in v.1.61


Webmaster