Closed GoogleCodeExporter closed 9 years ago
Original comment by antixsof...@gmail.com
on 18 Mar 2011 at 9:23
I managed to work around this by hacking the code into accepting div/ul tags as
"inline elements" (even though they are not). This fixed the issue, but it's
obviously not the way to go with this.
I also had to remove the "don't allow br as the last element" part to make sure
<div><br></div> didn't turn into <div></div>
Original comment by jean.me...@me.com
on 18 Mar 2011 at 11:15
Hey, Don't support you could post your modified source?
I'm having a similar issue where <div><br></div> is being filtered out.
Original comment by rald...@gmail.com
on 30 Apr 2012 at 9:32
hi raldred, can you raise a new bug with your code in, I've done a test for
this and it looks like its been fixed along the way
Original comment by antixsof...@gmail.com
on 30 Apr 2012 at 11:56
added test, which passes so closing as fixed
Original comment by antixsof...@gmail.com
on 30 Apr 2012 at 11:57
Original issue reported on code.google.com by
jean.me...@me.com
on 15 Mar 2011 at 11:52