Author: JeanCharles.Longuet
Description:
Text on the same line than an opening or closing 'div' tag exclude said line from generated <p></p> block
For example :
<div>line1
line2
line3
line4
line5
</div>
Generates :
<div>
line1
<p>line2 line3 line4 line5 </p>
</div>
- Is the <p></p> generation a bug or a feature ?
- If not a bug, is this single line exclusion a bug or feature ?
Version: unspecified
Severity: minor