While doing some W3C validation testing on a WordPress site I admin I noticed that all the HTML following <?php wp_footer(); ?> wasn't getting executed.
I know that at one point at least this was working, and also that not much has changed since that time.
I've since tried disabling each plug-in installed individually, but still have had no luck finding the culprit.
There are no error messages being displayed either. It seems like things are just kind of stopping there.
Any advice on a debugging procedure, or possible fixes would be greatly appreciated!