I know this is not your problem, but if you have a few minutes, please help! TIA.
Help with XHTML validation...
Help with XHTML validation...
For some reason, my blog index page doesn't validate, while individual posts do. I've spent several hours trying to figure out why, but I just can't figure it out...
I know this is not your problem, but if you have a few minutes, please help! TIA.
I know this is not your problem, but if you have a few minutes, please help! TIA.
There's an extra </div> being output at the {/foreach} for the serendipity_entryDate. It looks like someone tried to modify the entries.tpl so that the serendipity_entryDate would be repeated for each entry; normally it wraps all the entries on the same date. In your template, it wraps only the dateline, which is repeated on each entry.
That can be done with no problem... as long as you remove the original closing tag. I don't have a copy of "carl_modified"; I assume it's a modified version of "carl_contest". If so, the line you want to remove was originally on line 179; the area looks something like this:
That can be done with no problem... as long as you remove the original closing tag. I don't have a copy of "carl_modified"; I assume it's a modified version of "carl_contest". If so, the line you want to remove was originally on line 179; the area looks something like this:
Code: Select all
{$entry.backend_preview}
{/foreach}
</div>
{foreachelse}
That someone must have been me...
Yes, "carl_modified" is based on the original "carl_contest" template.
You're right, there's was extra </div> in that line. Removing it gets rid of a few errors, but doesn't make the page fully valid (18 down to 15 errors).
http://moblog.wiredwings.com/uploads/entries.tpl.txt
http://moblog.wiredwings.com/uploads/en ... ry.tpl.txt
You're right, there's was extra </div> in that line. Removing it gets rid of a few errors, but doesn't make the page fully valid (18 down to 15 errors).
http://moblog.wiredwings.com/uploads/entries.tpl.txt
http://moblog.wiredwings.com/uploads/en ... ry.tpl.txt