If get_html_string() is called with formatted=True and there are table cells
with line breaks in them, the returned HTML representation uses "<br/>" for
line breaks. This is valid XHTML but not valid HTML (which needs "<br>"). It
should be possible for the user to select which of these they want.
Original issue reported on code.google.com by luke@maurits.id.au on 22 Jan 2013 at 1:43
Original issue reported on code.google.com by
luke@maurits.id.au
on 22 Jan 2013 at 1:43