Amaya 8.1b WindowsXP bug?

Hi

If I open with Amaya 8.1b a document with the following head:

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
       "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <title>Consultar materiales. Material Curricular Libre. mclibre.org</title>
  <meta name="generator" content="amaya 8.1a, see http://www.w3.org/Amaya/" />
  <link href="mcl.css" rel="stylesheet" type="text/css" />
  <link rel="shortcut icon" href="mclibre.ico" />
</head>

when I save and reload the document, a lot of > symbols (not just in head) appear: 

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
       "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  >
  <title>Consultar materiales. Material Curricular Libre. mclibre.org</title>
  <meta name="generator" content="amaya 8.1b, see http://www.w3.org/Amaya/" />
  >
  <link href="mcl.css" rel="stylesheet" type="text/css" />
  >
  <link rel="shortcut icon" href="mclibre.ico" />
  >
</head>

Amaya 8.1a in Windows XP works fine.

Best regards,
Barto (http://www.mclibre.org)

Received on Tuesday, 23 September 2003 08:05:04 UTC