bryonjacob / wikimodel

Automatically exported from code.google.com/p/wikimodel
0 stars 0 forks source link

Problem with XHTML parser when there are <br> in an implicit paragraph #75

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Input:
<html>one two three<br/><br/>hello</html>

Problem:
No empty lines are sent.

Original issue reported on code.google.com by vmas...@gmail.com on 20 Sep 2008 at 10:20

GoogleCodeExporter commented 8 years ago
Fixed

Original comment by vmas...@gmail.com on 20 Sep 2008 at 10:26

GoogleCodeExporter commented 8 years ago
BR cannot be outside of content element in XHTML.

Original comment by vmas...@gmail.com on 20 Sep 2008 at 10:26