lib/PublicInbox/Feed.pm | 4 ++--
diff --git a/lib/PublicInbox/Feed.pm b/lib/PublicInbox/Feed.pm
index 85c598e56c20ae94d71e4f85955f462f0ce2385a..e66b678bf062637aae69851c1d03af86ceb8fe74 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 @@ if ($old_r) {
$head = $cgi->path_info;
$head = qq!head!;
}
- my $atom = "{atomurl}\">atom";
+ my $atom = "{atomurl}\">Atom";
"page: $next $head $atom";
}