Closed DesignMitZweiS closed 11 years ago
The orbit function in foundation.php produces invalid markup.
This is hat http://validator.w3.org/ spit out:
Element div not allowed as child of element ul in this context.
I have fixed it on my side by changing line 179 and 184 from
echo '<li class="content">' the_title(); the_content(); echo '</li>';
Thanks for spotting that. Fixed and added a few other minor changes.
The orbit function in foundation.php produces invalid markup.
This is hat http://validator.w3.org/ spit out:
I have fixed it on my side by changing line 179 and 184 from
Thanks for spotting that. Fixed and added a few other minor changes.