Hello

The output of the time tag in note.tpl.php seems to be invalid. It needs to have either valid formating withing the time tags or it needs to have the datetime attribute in the right format, in wich case the thing within the time tags can be how ever it likes to be. element desc. at htmldoctor

page.tpl.php line 37

In my personal subtheme I allready fixed this problem this way:

<?php
<time datetime="<?php print format_date($created, $type = 'custom', $format = 'Y-m-d\TH:i:sP') ?>"><?php print $date; ?></time>?>
<time datetime="2012-06-13T22:05:31+02:00">Wed, 06/13/2012 - 22:05</time>

This is valid.

Thank you

Regards

Casaper

Comments

realityloop’s picture

Version: 7.x-2.8 » 7.x-3.x-dev
Issue summary: View changes
Status: Active » Fixed

fixed in 3.x

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.