]> Sergey Matveev's repositories - public-inbox.git/commit
view: favor whitespace wrap in <head>
authorEric Wong <e@80x24.org>
Fri, 25 Dec 2015 11:48:27 +0000 (11:48 +0000)
committerEric Wong <e@80x24.org>
Fri, 25 Dec 2015 12:05:50 +0000 (12:05 +0000)
commit398e29344ecc43548a7d3998bb5d2fcee62d66cd
treefbeac65ecb0d542ed8341d442e85b0933a4ecf4a
parenta5409589fe53734ed073dddb15f0a8033052986b
view: favor whitespace wrap in <head>

If we bite the bullet and rely on inline CSS, we might as well
only specify it once per page instead of inline in every <pre>
tag which may handle UGC.  So this actually saves us a small
amount of bandwith on most pages which have multiple <pre>
start tags.
lib/PublicInbox/Feed.pm
lib/PublicInbox/Hval.pm
lib/PublicInbox/SearchView.pm
lib/PublicInbox/View.pm