about summary refs log tree commit homepage
path: root/lib/PublicInbox/View.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/PublicInbox/View.pm')
-rw-r--r--lib/PublicInbox/View.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/View.pm b/lib/PublicInbox/View.pm
index 3d7ba6f5..29888f95 100644
--- a/lib/PublicInbox/View.pm
+++ b/lib/PublicInbox/View.pm
@@ -495,7 +495,7 @@ sub html_footer {
 
         my $srch = $ctx->{srch} if $ctx;
         my $upfx = $full_pfx ? '../' : '../../';
-        my $idx = $standalone ? "<a\nhref=\"$upfx\">index</a>" : '';
+        my $idx = $standalone ? " <a\nhref=\"$upfx\">index</a>" : '';
         if ($idx && $srch) {
                 my $next = thread_inline(\$idx, $ctx, $mime, $full_pfx);
                 $irt = $mime->header('In-Reply-To');