Diff for /Amaya/amaya/HTMLTT.T between versions 1.21 and 1.22

version 1.21, 1997/08/21 11:21:10 version 1.22, 1997/08/30 09:19:20
Line 209  RULES Line 209  RULES
 #endif  #endif
 #ifdef MATHML  #ifdef MATHML
  Math:  BEGIN   Math:  BEGIN
         Create '<math>';          Create '[math]';
         Remove;          Remove;
         END;          END;
  MathDisp: BEGIN   MathDisp: BEGIN
         Create '\12<math>\12';          Create '\12[math]\12';
         Remove;          Remove;
         END;          END;
 #endif  #endif

Removed from v.1.21  
changed lines
  Added in v.1.22


Webmaster