From: Eric Wong Date: Tue, 1 Sep 2015 08:58:27 +0000 (+0000) Subject: view: add missing space X-Git-Tag: v1.0.0~943 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=5908f2e4898c2c2780dce81951c263fca71583f7;p=public-inbox.git view: add missing space This fixes a regression introduced in commit 1b4b2c7b8b2f2df8f114617d2e875eaf5c839ce0 ("completely revamp URL structure to shorten permalinks") --- 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 ? "index" : ''; + my $idx = $standalone ? " index" : ''; if ($idx && $srch) { my $next = thread_inline(\$idx, $ctx, $mime, $full_pfx); $irt = $mime->header('In-Reply-To');