From: Eric Wong Date: Tue, 18 Aug 2015 03:17:17 +0000 (+0000) Subject: view: close anchor tag correctly before starting another X-Git-Tag: v1.0.0~1042 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=80d7110a4a5334cd31f25a516dfedfc3879a9870;p=public-inbox.git view: close anchor tag correctly before starting another Noticed by tidy --- 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 . ""; }