What would I apply the even odd styling to? This is what our template code says:
[posts]
[post_date format=”F j, Y”] at <span id=”createon-[post_number]”>[post_time format=”g:i a”]</span>: [title] <span id=”modifyon-[post_number]”>(updated at [post_modified_time format=”g:i a”])</span>
<script>
var id=”[post_number]”;
if( (“(updated at “+$(“#createon-“+id).text()+”)”)==$(“#modifyon-“+id).text() )
$(“#modifyon-“+id).hide();
</script>
[/posts]
I checked the URL you sent me and I tried clearing the cache. I am still having the warning. Anything else I can try?