In version 2009.0.1.18, if I have a multi-line statement like this:
$hdTVimage = '<img src="/images/test.jpg" width="24"
height="18" />';
in my formatted code, it causes the entire page to not render.
However, if I change it to not span across multiple lines, it works fine:
$hdTVimage = '<img src="/images/test.jpg" width="24" height="18" />';
Is it possible to fix this? It's not a bad work-around, but I just lost an hour or so to tracking it down.
Otherwise, it's a great plugin - thanks!