From 6ef9b216156c4bea4bbdd3e0bed3caf85e59a520 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 5 Aug 2016 18:10:50 +0000 Subject: view: use
to delineate in /$MID/T/ view The sacrifice in vertical space might be worth it to improve ease-of-reading, as it's unreasonable to expect an entire message thread to be able to fit into a single window. https://public-inbox.org/git/20160805093544.scvl4yshkfg2l26p@sigill.intra.peff.net/ Cc: Jeff King --- 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 db0cdc0e..e150a015 100644 --- a/lib/PublicInbox/View.pm +++ b/lib/PublicInbox/View.pm @@ -180,7 +180,7 @@ sub index_entry { $rv .= " $ctx->{s_nr}"; } - $rv .= $more ? "\n\n" : "\n"; + $rv .= $more ? '
' : '
'; } sub pad_link ($$;$) { -- cgit v1.2.3-24-ge0c7