I want to use PHP's tidy just for making the HTML output more readable, but not for any 'optimizations' of my code. In my opinion I am responsible for providing well - formed HTML, not readable HTML.
So how can I turn this behavior off?
I want to use PHP's tidy just for making the HTML output more readable, but not for any 'optimizations' of my code. In my opinion I am responsible for providing well - formed HTML, not readable HTML.
So how can I turn this behavior off?