Quote:
Originally Posted by skil-phil
Hi,
Now and again I will come across a file that defies the beautify rules.
Nothing separates between </p> and <p>.
All ends up as one big text glob.
It does not affect the output but makes editing time consuming.
Any reason why this would happen?
Thanks
Phil
|
I don't have an example at hand, but I've seen this happen if a bunch of <p>s are surrounded by other code, like some <div> or <pre> or something. Remove that surrounding thing, which is usually useless or in error, and Beautify will work again.