Dotclear

Ticket #39 (closed defect: fixed)

Opened 19 years ago

Last modified 19 years ago

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

comment:1 Changed 19 years ago by olivier

  • Owner set to olivier
  • Status changed from new to assigned
  • Description modified (diff)

Non, pas de <p> autours de la description de catégorie, c'est un champ libre.

comment:2 Changed 19 years ago by olivier

  • Status changed from assigned to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.

Sites map