[reportlab-users] Confusing <br/> behavior

Marek Kubica pythonmailing at web.de
Thu Feb 15 14:06:45 EST 2007


Hi!

While I was rendering a Paragraph today, I ran into a strange behavior:

Paragraph("""text one<br/>text two""", normal_style)

Works correctly, whereas

Paragraph("""text one<br/>text two<br/>""", normal_style)

does render the text but the second line gets rendered twice.

Is this intentional? I'm not completely sure whether this is a bug or
not. I'm using today's SVN snapshot, so it is pretty much up-to-date.

regards,
Marek


More information about the reportlab-users mailing list