• 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!

    http://wordpress.org/extend/plugins/devformatter/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Fixed on 2009.0.1.19, wait for the update on auto-update system. 🙂
    Thanks for using it. ( if could you vote, please do that ^^ )

    Thread Starter aswitzer

    (@aswitzer)

    Ah, the slow auto-update system. Thanks for letting me know – I’ll check it out. I upped my vote to 5 stars, because with this fix, it’s a brilliant plugin! 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Developer Formatter] Single quotes across multiple lines causes page to not render’ is closed to new replies.