Theme: Dodo
Theme version: 1.2.1
WordPress version: 3.2.1
First off thank you for building this wonderful theme. It's simplicity is a pleasure to work with.
This theme version uses strict as DOCTYPE. This unfortunately causes an error for the following code in footer.php in the W3C HTML validator:
<p>Theme Designed by <a href="http://www.inspiredbuddy.com">Rajveer Singh Rathore</a> · Powered by <a href="http://www.wordpress.org/" target="_blank">WordPress</a></p>
Changing the code to:
<p>Theme Designed by <a href="http://www.inspiredbuddy.com">Rajveer Singh Rathore</a> · Powered by <a href="http://www.wordpress.org/">WordPress</a></p>
Fixes it according to the W3C validator.