Ticket #2202 (closed defect: fixed)
Balise <time> incorrecte dans dotty
Reported by: | philippe | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 2.11 |
Component: | module:themes | Version: | 2.10.2 |
Severity: | normal | Keywords: | |
Cc: |
Description
Dans le jeu de templates dotty, les deux fichiers entry-full.html et entry-short.html comportent la même ligne :
<span class="post-date"><time datetime="{{tpl:EntryDate iso8601="1"}}" pubdate>{{tpl:EntryDate}}</time>.</span>
le "pubdate" est en trop et provoque une erreur de validation (pubdate n'est pas un attribut)
Change History
Note: See
TracTickets for help on using
tickets.
(In [51bed64355af]) pubdate is not more an attribute of HTML5 time element, closes #2202