Is there a way to force a new line after php closing tag ?> when embedded among html?
I have been searching online with little success for a way to force php to output a newline after a closing php tag ?>
so that my HTML will be rendered as I see it before its parsed by PHP so that it will look neat and tidy when viewing the html source code for a page.