Hello,

I am not sure this is a bug but would think so.

In the node.module code, the teaser is created by looking for a BR tag ($breakpoint). if there is a DIV and then a BR tag in the 400 first characters, then what is after the BR tag is truncated (by design).

This is an example for a blog:

some text
some more text

Is truncated to:

some text

The problem is that the closing DIV is removed and then the theme is broken when displaying a list of node in teaser mode (on /blog for example>).

Perhaps it is a theming issue (I am not a CSS pro) but the same problem would happen with a span tag or a table.

I don’t know what I can do to solve this, any ideas? my guess would be to close all the tags that are before the BR tag by adding the HTML code in the teaser.

Thanks,
Pascal