Last modified: 2013-08-19 15:49:43 UTC
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> 1) Is the <p></p> generation a bug or a feature ? 1) If not a bug, is this single line exclusion a bug or feature ?
This is an "ascended bug" – that behavior probably wasn't intended, but now so many pages depend on it that changing it is practically impossible. *** This bug has been marked as a duplicate of bug 9207 ***