From 80d7110a4a5334cd31f25a516dfedfc3879a9870 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 18 Aug 2015 03:17:17 +0000 Subject: view: close anchor tag correctly before starting another Noticed by tidy --- lib/PublicInbox/View.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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 index\n"; + $next .= ", back to index\n"; $rv .= "
" . PRE_WRAP . $next . $foot . ""; } -- cgit v1.2.3-24-ge0c7