hey there,

I've noticed that in paragraphs where we have IMG tags for the Image caption filter, P tags get emptied out and the image goes outside of it - along with the rest of the paragraph's content. the result is pages that get messed up on CSS, because of em measures.

the workaround for that is placing an IMG tag inside its own P tag, which results in the image going out of it and an empty P tag.

for example:

<p><img ...>lorem ipsum</p>

becomes

<p></p><div ...><img ...></div>lorem ipsum

see what I mean? ;] other than that, the module just plain works. I love it.

cheers,
Luciano