npdoty / planworld

Automatically exported from code.google.com/p/planworld
GNU General Public License v2.0
3 stars 1 forks source link

Parser loses plans in HTML-parsing line break errors #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The parser occasionally deletes the portion of the plan that comes after a line 
break in the middle 
of an HTML tag. 

Original issue reported on code.google.com by npdoty on 25 Apr 2008 at 6:20

GoogleCodeExporter commented 9 years ago
Might also happen with invalid HTML (like tags that aren't closed).  From 
rmcorvino03:

I had the following:

TO DO
<UL>
<LI BLAH BLAH BLAH</LI>
Etc.

And it cut everything off after "TO DO."  

Original comment by npdoty on 26 Apr 2008 at 5:52