Okay, I see the date of that file is 3/20 and the date of the no error validation was 3/13/10.
I also see that I added a google analytics item to this file, so that the bottom of the common/tpl_main_page.php looks like this:
Code:
<!--eof- banner #6 display -->
<?php
require($template->get_template_dir('.php',DIR_WS_TEMPLATE, $current_page_base,'google_analytics') . '/google_analytics.php');
?>
</body>
This seems like the next thing to examine. I will try to investigate what that Google Analytics comment should look like. I do not see an extra space anywhere. I'm not sure what to try next.
Thanks for taking a look. Assuming that is the source of the problem, I will let you know if I find out what is wrong. Thanks.