Diff for /Amaya/amaya/MathMLbuilder.c between versions 1.225 and 1.226

version 1.225, 2007/06/20 16:17:53 version 1.226, 2007/06/21 14:40:40
Line 4299  void      MathMLElementComplete (ParserD Line 4299  void      MathMLElementComplete (ParserD
             /* empty <mtext>. It will have to be parsed when the user enters              /* empty <mtext>. It will have to be parsed when the user enters
                some content */                 some content */
             SetAttrParseMe (el, doc);              SetAttrParseMe (el, doc);
             break;
         case MathML_EL_MI:          case MathML_EL_MI:
           if (TtaGetFirstChild (el) == NULL)            if (TtaGetFirstChild (el) == NULL)
             /* empty <mi> Replace it by an empty Construct */              /* empty <mi> Replace it by an empty Construct */

Removed from v.1.225  
changed lines
  Added in v.1.226


Webmaster