I started validating the theme at http://d-theme.com/superclean and found some warnings.
There are duplicate content types and they conflict.

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />

There is an attribute with white space at the end:

<div id="node-161" class="node ">

Comments

Rob_Feature’s picture

I'll dig into this a bit when I can get back to my development environment (at drupalcon now). The first looks like it's probably an issue with Drupal duplicating the meta data (I'll remove that from the page.tpl.php) and the other issue with the space is in the node.tpl.php.

If anyone wants to remove the meta from page.tpl and fix the space in node.tpl and submit a patch that would be great...if not, I'll do that when I can.

Did the rest of the theme validate? (I never checked before that)

Rob_Feature’s picture

Status: Active » Fixed

I added the fixes to the duplicate page.tpl.php meta information and fixed the space after the node class. This will all show up in the new dev version. Please report back if you see other issues for validation.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.