]> Sergey Matveev's repositories - public-inbox.git/commitdiff
view: close anchor tag correctly before starting another
authorEric Wong <e@80x24.org>
Tue, 18 Aug 2015 03:17:17 +0000 (03:17 +0000)
committerEric Wong <e@80x24.org>
Tue, 18 Aug 2015 03:17:47 +0000 (03:17 +0000)
Noticed by tidy

lib/PublicInbox/View.pm

index 7122a38ded651c2e8e12979ffe1231ae8bf471bc..fd753656166242bee389fe3fb3338eae87bcafd4 100644 (file)
@@ -163,7 +163,7 @@ sub thread_html {
        } else {
                $next .= 'end of thread';
        }
-       $next .= ", back to <a\nhref=\"../\">index</a>\n";
+       $next .= "</a>, back to <a\nhref=\"../\">index</a>\n";
 
        $rv .= "</pre><hr />" . PRE_WRAP . $next . $foot . "</pre>";
 }