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
Comment #1
febs commentedI "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!
Comment #2
(not verified) commentedComment #3
(not verified) commented