]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/Feed.pm
use "Atom feed" consistently in headers/footers
[public-inbox.git] / lib / PublicInbox / Feed.pm
index 7ebc0505602f5e11d6ce5b39fc8d8b4ebf461805..5708b60e36141188f21fd5a4522ae187777adc02 100644 (file)
@@ -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";
 }