In amaya1.2, MathML, < becomes > after reloading

Hi,

A small bug in MathML in amaya 1.2 (linux and solaris at least):

  open a new view
  Math
  <
  Save
  Reload

Then you see that the < becomes a >

The generated HTML construct is

	<mo>&lt;</mo>

after the Save, and after a second Save:

	<mo>></mo>

Is there a quick turn around for this?

Thanks.

Francis Montagnac, fm@sophia.inria.fr, (33) 04 92 38 79 11
INRIA Sophia, 2004, rte des Lucioles, B.P.93 - 06902 Sophia Antipolis Cedex

PS: here is the full generated document:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>
No title</title>
<meta name="GENERATOR" content="amaya V1.2">
</head>
<body>
<address>
<math>
  <mo>&lt;</mo>
</math>
</address>
</body>
</html>

Received on Tuesday, 16 June 1998 08:29:14 UTC