From 57dbfc8fca52b4c986ad53f40301c7ff7a464f78 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 26 Dec 2015 01:26:40 +0000 Subject: use "Atom feed" consistently in headers/footers 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. --- lib/PublicInbox/SearchView.pm | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'lib/PublicInbox/SearchView.pm') diff --git a/lib/PublicInbox/SearchView.pm b/lib/PublicInbox/SearchView.pm index 8751fca2..ab3dddb4 100644 --- a/lib/PublicInbox/SearchView.pm +++ b/lib/PublicInbox/SearchView.pm @@ -103,15 +103,13 @@ sub search_nav_top { my $x = $q->{x}; if ($x eq '') { my $t = $q->qs_html(x => 't'); - $rv .= qq{summary|}; - $rv .= qq{threaded} + $rv .= qq{summary|threaded} } elsif ($q->{x} eq 't') { my $s = $q->qs_html(x => ''); - $rv .= qq{summary|}; - $rv .= qq{threaded}; + $rv .= qq{summary|threaded}; } my $A = $q->qs_html(x => 'A', r => undef); - $rv .= qq{|Atom]}; + $rv .= qq{|Atom feed]}; } sub search_nav_bot { -- cgit v1.2.3-24-ge0c7