Usually, bbcode handle newlines. If I manually break a line like here:
it opens a new line without adding the <br> HTML field.
however, if I create a [list] in the article, that behaviour disappears and no newline is automatically handled.

Please help :)
Thanx!

Comments

febs’s picture

I "solved" the problem that's not related to bbcode.
It's in the filter.module.

** If only inline elements are used and no block level elements, we
** replace all newlines with HTML line breaks.
*/
// if (strip_tags

Replacing that "if" with a "always true if condition" all newlines are always converted.
What the hell!

Anonymous’s picture

Anonymous’s picture