Can anyone tell me if there's a solution to prevent the Line Break Converter input filter from processing php code? At the moment if I set it to run after the php input filter it's breaking some of the output from the view I'm embedding (I'm outputting themed view output inside some divs) it's wrapping some of the outputted text in p /p when I don't want it too. But if I put it before the php input format it basically breaks the php code itself and it never gets rendered.

So basically I could do with being able to tell the line break converter to ignore wrapped code or am I missing something?

Cheers