Index: trunk/BookmarkApp.pm
===================================================================
--- trunk/BookmarkApp.pm	(revision 49)
+++ trunk/BookmarkApp.pm	(revision 50)
@@ -48,11 +48,4 @@
     my @links = (
         {
-            text => 'HTML',
-            type => 'text/html',
-            query => {
-                tag => $tags,
-            },
-        },
-        {
             text => 'JSON',
             type => 'application/json',
@@ -92,4 +85,11 @@
                 tag => $tags,
                 format => 'text',
+            },
+        },
+        {
+            text => 'HTML',
+            type => 'text/html',
+            query => {
+                tag => $tags,
             },
         },
