bug report - unnecessary plain text formatting

*Amaya version* : 8.2 nov 13 2003
*platform* : Windows 98

Amaya inserts Carriage return in plain text text. this is a problem for 
postprocessors (like CVS) which rely on some special formatting of text.

_Example_
This portion of HTML code :
(...)
<body bgcolor="#FFFFCC" xml:lang="fr" lang="fr">
<p><span class="alpha">Alpha Studios</span><br />
<span class="docinfo">
draft
$Date: 2004/03/08 19:39:41 $
$Revision: 1.9 $
</span><br style="font-size: 10pt" />
</p>
(...)

Become like this :
(...)
<body bgcolor="#FFFFCC" xml:lang="fr" lang="fr">
<p><span class="alpha">Alpha Studios</span><br />
<span class="docinfo">draft $Date: 2004/03/08 19:39:41 $ $Revision: 1.9
$</span><br style="font-size: 10pt" />
</p>
(...)

After opening the file, then saving it again. CVS will not recognize the 
Revision tag.

-- 

Slim Amamou
slim.amamou@alpha-studios.com
Alpha Studios
http://www.alpha-studios.com

Received on Tuesday, 9 March 2004 04:33:49 UTC