Changeset 50 in bookmarks


Ignore:
Timestamp:
06/04/13 22:03:24 (11 years ago)
Author:
peter
Message:

ensure the HTML link comes last, so that it shows up as the preferred alternate link for the Atom feed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BookmarkApp.pm

    r49 r50  
    4848    my @links = ( 
    4949        { 
    50             text => 'HTML', 
    51             type => 'text/html', 
    52             query => { 
    53                 tag => $tags, 
    54             }, 
    55         }, 
    56         { 
    5750            text => 'JSON', 
    5851            type => 'application/json', 
     
    9285                tag => $tags, 
    9386                format => 'text', 
     87            }, 
     88        }, 
     89        { 
     90            text => 'HTML', 
     91            type => 'text/html', 
     92            query => { 
     93                tag => $tags, 
    9494            }, 
    9595        }, 
Note: See TracChangeset for help on using the changeset viewer.