- Timestamp:
- 06/04/13 22:03:24 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BookmarkApp.pm
r49 r50 48 48 my @links = ( 49 49 { 50 text => 'HTML',51 type => 'text/html',52 query => {53 tag => $tags,54 },55 },56 {57 50 text => 'JSON', 58 51 type => 'application/json', … … 92 85 tag => $tags, 93 86 format => 'text', 87 }, 88 }, 89 { 90 text => 'HTML', 91 type => 'text/html', 92 query => { 93 tag => $tags, 94 94 }, 95 95 },
Note: See TracChangeset
for help on using the changeset viewer.