Bug Report

Amaya 6.4
Windows 2000

I'm trying to build a button that contains '<' and '>' characters, using
something like the following:

<button type="submit" value="&lt;&lt;" name="Prev"
onclick="setAction('prev')" />
   (or)
<input type="submit" value="&lt;&lt;" name="Prev"
onclick="setAction('prev')" />

When I manually edit the 'value=' attribute to change '<' to '&lt;' and sync
to the browser (<alt>v <alt>w), the '<' displays properly.  But when I sync
from the browser to the source view, the 'value="&lt;&lt;"' and
'value="&gt;&gt;"' attributes are changed to 'value="<<"' and 'value=">>"'.
Consequently, the next time I sync from the source view, I get "Not well
formed" errors.  

Thanks, 

Paul Arnot
EDS  Montana 
* 406.582.5218    * 406.582.5299
* mailto:paul.arnot@eds.com

Received on Monday, 23 September 2002 14:41:14 UTC