AnantLabs / xheditor

Automatically exported from code.google.com/p/xheditor
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Do not generate an w3c correct #168

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. select edit source button and add this w3c correct entry
<h2>title :</h2>
<ol>
<li>item 1.</li> 
<li>item 2.</li> 
<li>item 3.</li> 
</ol> 
<p>some texte here,</p>
<p>and some other</p>

2. Submit it and you get the wrong:

<h2>title :</h2>
<br><ol>
<br><li>item 1.</li> 
<br><li>item 2.</li> 
<br><li>item 3.</li> 
<br></ol> 
<br><p>some texte here,</p>
<br><p>and some other</p>

What is the expected output? What do you see instead?
The exact same i entry some <br> add

What version of the product are you using? On what operating system?
ver: v0.9.9 build 20091123, linux

Please provide any additional information below.

Original issue reported on code.google.com by alainiv...@gmail.com on 7 Jun 2010 at 10:59

GoogleCodeExporter commented 9 years ago
please try 1.0.0 RC3.

Original comment by yanis.w...@gmail.com on 7 Jun 2010 at 11:47

GoogleCodeExporter commented 9 years ago

Original comment by yanis.w...@gmail.com on 30 Jun 2010 at 10:59