about summary refs log tree commit homepage
path: root/lib/PublicInbox/Feed.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-11-18 21:18:41 +0000
committerEric Wong <e@80x24.org>2015-11-18 21:18:41 +0000
commit3137d85fe7f7cd7c506858a9e8fe99a34900c9ac (patch)
tree24046dd52c2e4447f7cea4191e98717b06e206fe /lib/PublicInbox/Feed.pm
parent5559cc8e7266e7f8fdd46252dc110f3d4cbb5546 (diff)
downloadpublic-inbox-3137d85fe7f7cd7c506858a9e8fe99a34900c9ac.tar.gz
This is the official name of the spec, so refer to it
as such despite the file extension being lower-cased
Diffstat (limited to 'lib/PublicInbox/Feed.pm')
-rw-r--r--lib/PublicInbox/Feed.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/PublicInbox/Feed.pm b/lib/PublicInbox/Feed.pm
index 85c598e5..e66b678b 100644
--- a/lib/PublicInbox/Feed.pm
+++ b/lib/PublicInbox/Feed.pm
@@ -12,7 +12,7 @@ use PublicInbox::View;
 use PublicInbox::MID qw/mid_clean mid2path/;
 use POSIX qw/strftime/;
 use constant {
-        DATEFMT => '%Y-%m-%dT%H:%M:%SZ', # atom standard
+        DATEFMT => '%Y-%m-%dT%H:%M:%SZ', # Atom standard
         MAX_PER_PAGE => 25, # this needs to be tunable
 };
 
@@ -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</a>";
         "<a\nname=\"s$anchor\">page:</a> $next $head $atom";
 }