]> Sergey Matveev's repositories - public-inbox.git/commit
view: do not introduce excessive </pre> in $MID/t/ view
authorEric Wong <e@80x24.org>
Sat, 6 Aug 2016 00:26:38 +0000 (00:26 +0000)
committerEric Wong <e@80x24.org>
Sat, 6 Aug 2016 00:30:03 +0000 (00:30 +0000)
commitb478f5be70f5e210347c7692333bb65ad3316f72
tree47aa61f0ce5a10484f1c80325fb287fbafda1511
parent17badb16f33317a3ceb389abe3c79a3f0e24c5cc
view: do not introduce excessive </pre> in $MID/t/ view

When using <ul><li>..., we already setup <pre> tags
in thread_index_entry, so having an extra </pre> tag
causes validation errors.

Fixes: 6ef9b216156c ("view: use <hr> to delineate in /$MID/T/ view")
lib/PublicInbox/View.pm