Fix minify for real
Using the minify option removes the carriage returns.
combination needs carriage returns to render properly.
We now check if the HTML has that combination before minifying.
Note: This is an all or nothing solution at the moment. Either the HTML will be minified, or it won't.