Show
Ignore:
Timestamp:
04/16/08 01:23:28 (20 months ago)
Author:
bsmith
Message:

bugzid:69545 - Add rel="bookmark" attribute to all bookmark-able links and remove literal "permalink" links

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-35/default_templates/entry.mtml

    r1921 r1922  
    55    <title><$MTEntryTitle encode_html="1"$> - <$MTBlogName encode_html="1"$></title> 
    66    <$mt:include module="<__trans phrase="HTML Head">"$> 
    7     <MTEntryPrevious><link rel="prev" href="<$MTEntryPermalink$>" title="<$MTEntryTitle encode_html="1"$>" /></MTEntryPrevious> 
    8     <MTEntryNext><link rel="next" href="<$MTEntryPermalink$>" title="<$MTEntryTitle encode_html="1"$>" /></MTEntryNext> 
     7    <MTEntryPrevious><link rel="prev" href="<$MTEntryPermalink$>" title="<$MTEntryTitle encode_html="1"$>" rel="bookmark" /></MTEntryPrevious> 
     8    <MTEntryNext><link rel="next" href="<$MTEntryPermalink$>" title="<$MTEntryTitle encode_html="1"$>" rel="bookmark" /></MTEntryNext> 
    99    <$MTEntryTrackbackData$> 
    1010    <MTIfCommentsAccepted><script type="text/javascript" src="<$MTLink template="javascript"$>"></script></MTIfCommentsAccepted> 
     
    3737</MTIfNonEmpty> 
    3838                                        </span> 
    39                                         <span class="separator">|</span> <a class="permalink" rel="bookmark" href="<$MTEntryPermalink$>"><__trans phrase="Permalink"></a> 
    4039<MTIfCommentsActive> 
    4140                                        <span class="separator">|</span> <a href="<$MTEntryPermalink$>#comments"><mt:if tag="EntryCommentCount" eq="1"><__trans phrase="1 Comment"><mt:else><__trans phrase="[_1] Comments" params="<$MTEntryCommentCount$>"></mt:if></a>