Ticket #39 (closed defect: fixed)
Balises xhtml manquantes
Reported by: | kozlika@… | Owned by: | olivier |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | module:public | Version: | dev |
Severity: | normal | Keywords: | |
Cc: |
Description (last modified by olivier) (diff)
Dans le fichier category.html
Remplacer :
<h2>{{tpl:CategoryTitle encode_html="1"}}</h2> {{tpl:CategoryDescription}} <p><a type="application/rss+xml" href="{{tpl:CategoryFeedURL type="rss2"}}" title="{{tpl:lang This category's entries RSS feed}}" class="feed">{{tpl:lang Entries feed}}</a> - <a type="application/rss+xml" href="{{tpl:CategoryFeedURL type="rss2"}}/comments" title="{{tpl:lang This category's comments RSS feed}}" class="feed">{{tpl:lang Comments feed}}</a></p>
Par :
<div class="contentdesc"> <h2>{{tpl:!CategoryTitle encode_html="1"}}</h2> <p>{{tpl:CategoryDescription}}</p> <p><a type="application/rss+xml" href="{{tpl:CategoryFeedURL type="rss2"}}" title="{{tpl:lang This category's entries RSS feed}}" class="feed">{{tpl:lang Entries feed}}</a> - <a type="application/rss+xml" href="{{tpl:CategoryFeedURL type="rss2"}}/comments" title="{{tpl:lang This category's comments RSS feed}}" class="feed">{{tpl:lang Comments feed}}</a></p> </div>
(Ajout de <p> </p> pour la description et placement du tout dans une div pour pouvoir styler cette partie de la page) Idem pour les autres affichages (tag, archives, recherche, etc.).
Change History
Note: See
TracTickets for help on using
tickets.
Non, pas de <p> autours de la description de catégorie, c'est un champ libre.