On Feb 13, 2008 5:08 PM, Michael B Allen <[EMAIL PROTECTED]> wrote: > > Meaning the linebreak after the ?> is not emitted. > > Is there some kind of special rule about this or is it just a quirk? >
The character following ?> is always truncated. If you want the line-break, put a single space after ?>. -- Chris Snyder http://chxo.com/ _______________________________________________ New York PHP Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/show_participation.php
