about summary refs log tree commit homepage
path: root/lib/PublicInbox/Feed.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-12-26 01:26:40 +0000
committerEric Wong <e@80x24.org>2015-12-26 01:26:40 +0000
commit57dbfc8fca52b4c986ad53f40301c7ff7a464f78 (patch)
treec7244020c4dfc86f717366bbc059764115a7d678 /lib/PublicInbox/Feed.pm
parent5d6c424d03a4057b129f4e5e099e378376a63e85 (diff)
downloadpublic-inbox-57dbfc8fca52b4c986ad53f40301c7ff7a464f78.tar.gz
While having the extra " feed" is noisy in the main topic
landing page, it is useful in headers/footers which have
plenty of space to be more descriptive.
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 7ebc0505..5708b60e 100644
--- a/lib/PublicInbox/Feed.pm
+++ b/lib/PublicInbox/Feed.pm
@@ -194,7 +194,7 @@ sub nav_footer {
                 $head = $cgi->path_info;
                 $head = qq!<a\nhref="$head">head</a>!;
         }
-        my $atom = "<a\nhref=\"$feed_opts->{atomurl}\">Atom</a>";
+        my $atom = "<a\nhref=\"$feed_opts->{atomurl}\">Atom feed</a>";
         "<a\nname=\"s$anchor\">page:</a> $next $head $atom";
 }