Dotclear

Changeset 932:04d626e29285


Ignore:
Timestamp:
10/29/12 11:15:31 (13 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Remove rel="tag" attribute from tags cloud widget, add rel="tag" attribute for entries' tags on post.html, fixes #1349

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • inc/public/default-templates/post.html

    r725 r932  
    7777    <tpl:EntryTags> 
    7878    <tpl:TagsHeader><ul class="post-tags"></tpl:TagsHeader> 
    79     <li><a href="{{tpl:TagURL}}">{{tpl:TagID}}</a></li> 
     79    <li><a href="{{tpl:TagURL}}" rel="tag">{{tpl:TagID}}</a></li> 
    8080    <tpl:TagsFooter></ul></tpl:TagsFooter> 
    8181    </tpl:EntryTags> 
  • plugins/tags/_public.php

    r922 r932  
    259259               $res .= 
    260260               '<li><a href="'.$core->blog->url.$core->url->getURLFor('tag',rawurlencode($rs->meta_id)).'" '. 
    261                'class="tag'.$rs->roundpercent.'" rel="tag">'. 
     261               'class="tag'.$rs->roundpercent.'">'. 
    262262               $rs->meta_id.'</a> </li>'; 
    263263          } 
Note: See TracChangeset for help on using the changeset viewer.

Sites map