one_true_layout tag not ended properly

Skinning and designing Serendipity (CSS, HTML, Smarty)
Post Reply
sonichouse
Regular
Posts: 196
Joined: Sun May 11, 2008 2:53 am
Contact:

one_true_layout tag not ended properly

Post by sonichouse »

I was running the validator from http://validator.w3.org against my blog. After I fixed the many errors in my posts I was left with one remaining issue.

The fix was to add the self close tag element on line 74 of entries.tpl
{if not $smarty.foreach.dategroup.last}<hr class="entry_separator" />{/if}
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: one_true_layout tag not ended properly

Post by garvinhicking »

Hi!

Thanks for reporting this, I've fixed it in the CVS version as well.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
sonichouse
Regular
Posts: 196
Joined: Sun May 11, 2008 2:53 am
Contact:

Re: one_true_layout tag not ended properly

Post by sonichouse »

garvinhicking wrote:Hi!

Thanks for reporting this, I've fixed it in the CVS version as well.

Regards,
Garvin
No problem, just my way of saying thanks for a great product and a nice clean theme.

/Steve
Post Reply