]> Sergey Matveev's repositories - public-inbox.git/commit
view: thread using <ul> instead of <table>
authorEric Wong <e@80x24.org>
Wed, 30 Dec 2015 21:34:10 +0000 (21:34 +0000)
committerEric Wong <e@80x24.org>
Wed, 30 Dec 2015 21:43:15 +0000 (21:43 +0000)
commitbe984ce279776d4513b4ca1bff05ebecafdd1bad
tree22d43308966c602612f383134cd5e31acc342118
parent0cded70f130aeb98e38c31a8515af4a83f0bf769
view: thread using <ul> instead of <table>

On second viewing, this does render small cues which makes the
output more pleasant for lynx users.  We avoid injecting the
root (level=0) message into a list since it still wastes
precious horizontal whitespace on small displays.

This also results in small reductions in bandwidth usage as
it takes fewer tags/whitespace to render unordered lists.
lib/PublicInbox/View.pm