]> Sergey Matveev's repositories - public-inbox.git/commit
view: drop vestigial elements of quote folding
authorEric Wong <e@80x24.org>
Wed, 13 Apr 2016 22:20:43 +0000 (22:20 +0000)
committerEric Wong <e@80x24.org>
Thu, 14 Apr 2016 23:13:22 +0000 (23:13 +0000)
commitf2b5ddcbd897457f02be456460e8793a88481332
tree9382873a28656d6b0700319ed4132087ab7711e6
parente06797ae541b8fcb65030531d854184e7ba2c70d
view: drop vestigial elements of quote folding

...And mark quotes as <span class="q"> since it barely
costs us anything and allows users to choose colors
themselves with custom, user-supplied CSS.

Reduce allocations of the Linkify object, too.
lib/PublicInbox/View.pm
t/view.t