I've just solved a problem that was causing some pretty nasty behaviour in my site, and I want to let you know so that maybe the documentation can be updated or possibly a code fix implemented (I'm not sure)...
In the site, I had inadvertently placed Insert Block *before* a bunch of other filters that screwed up the HTML that rendered in the block.
The solution was very simple - ensure Insert Block is the last filter in the list.
The other filters that were adversely interacting (in my case) were Typogrify and Pathologic...
Comments
Comment #1
nancydruHmm. I'm not familiar with Typogrify, but I can't imagine why Pathologic would have a problem with this, especially if #359088: Use theme_block() to render blocks gets implemented.
Comment #2
berenddeboer commented