about summary refs log tree commit homepage
path: root/lib/PublicInbox/Feed.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-04-28 20:45:42 +0000
committerEric Wong <e@80x24.org>2014-04-28 20:45:42 +0000
commit02a8a6dfa6e039ea0df5641ccc250ff346ec0008 (patch)
treec8c6a582d40ce0fb3dfa9beb9e73651a4eca1e89 /lib/PublicInbox/Feed.pm
parent408ace3fa76b5987245ab0ab76a4ae43f3811c51 (diff)
downloadpublic-inbox-02a8a6dfa6e039ea0df5641ccc250ff346ec0008.tar.gz
This is one less key stroke for somebody paging through the
list history.
Diffstat (limited to 'lib/PublicInbox/Feed.pm')
-rw-r--r--lib/PublicInbox/Feed.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/Feed.pm b/lib/PublicInbox/Feed.pm
index 0a08c7f2..e593aace 100644
--- a/lib/PublicInbox/Feed.pm
+++ b/lib/PublicInbox/Feed.pm
@@ -111,7 +111,7 @@ sub nav_footer {
                 $head = $cgi->path_info;
                 $head = qq!<a href="$head">head</a>!;
         }
-        "$head $next";
+        "$next $head";
 }
 
 sub each_recent_blob {