oasegips / sigil

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

Useless code insertion #2438

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Delete de space between two paragraphs in "book view"

In book view, the output is correct. But in code view is inserted a span label. 
Example:

Original code: 
<p>Pine</p>
<p>apple</p>

Expected code:
<p>Pineapple</p>

Real code:
<p>Pine<span style="line-height: 1.3em; text-indent: 1.5em;">apple</span></p>

On Sigil 0.7.x, Windows 7 (x64), Qt 5.1

Note: On Sigil 0.62, Qt 4.8.4, Windows 7 (x64) or lubuntu 12.04 i586 don't 
happen 

Original issue reported on code.google.com by jjavierb...@gmail.com on 9 Nov 2013 at 4:13