about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-08-18 03:17:17 +0000
committerEric Wong <e@80x24.org>2015-08-18 03:17:47 +0000
commit80d7110a4a5334cd31f25a516dfedfc3879a9870 (patch)
treece83ab6520558829d5ea88efdbf79a52c1bfaf21 /lib
parentdb461727220a3d6724bfb5b9e60f4a4401699d0d (diff)
downloadpublic-inbox-80d7110a4a5334cd31f25a516dfedfc3879a9870.tar.gz
Noticed by tidy
Diffstat (limited to 'lib')
-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 7122a38d..fd753656 100644
--- a/lib/PublicInbox/View.pm
+++ b/lib/PublicInbox/View.pm
@@ -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>";
 }