Diff for /Amaya/amaya/MathMLbuilder.c between versions 1.95 and 1.96

version 1.95, 2000/12/06 17:44:59 version 1.96, 2000/12/06 18:49:32
Line 2677  void MathMLSpacingAttr (doc, el, value, Line 2677  void MathMLSpacingAttr (doc, el, value,
   
   /* provisionally, handles only mspace elements */    /* provisionally, handles only mspace elements */
   elType = TtaGetElementType (el);    elType = TtaGetElementType (el);
   if (elType.ElTypeNum != MathML_EL_MSPACE)    if (elType.ElTypeNum != MathML_EL_MSPACE &&
         elType.ElTypeNum != MathML_EL_MPADDED)
      return;       return;
   switch (attr)    switch (attr)
     {      {

Removed from v.1.95  
changed lines
  Added in v.1.96


Webmaster