Hi,
There's a problem with the bbcode filter. When we add a floating image for instance, and if we have intelligent paragraph settings on (either the one with bbcode or the one included in drupal), then it puts the floating into a div tag.
So there is a "div" tag inside a "p" tag and it is not xhtml.

Solution is to replace all div tags with span tags. I tested it, it seems it works... Included in this report, the modified .inc file, to check.

CommentFileSizeAuthor
bbcode-filter.inc10.48 KBJulien PHAM

Comments

naudefj’s picture

Assigned: Unassigned » naudefj
Status: Active » Fixed

Change committed as part of issue http://drupal.org/node/51140

Anonymous’s picture

Status: Fixed » Closed (fixed)