]> Sergey Matveev's repositories - public-inbox.git/commit
www: use HTML <hr> instead of XHTML <hr />
authorEric Wong <e@80x24.org>
Wed, 6 Jul 2016 02:32:07 +0000 (02:32 +0000)
committerEric Wong <e@80x24.org>
Wed, 6 Jul 2016 07:12:45 +0000 (07:12 +0000)
commit8a770e2b8ec58bb3ac283aeaa97a4fddba3b03f9
tree48078bfdf054c3e3dd3737db084ef479b687bfc6
parentde92f32ad9d7c46db4d9e70fe441576b89aa0f5a
www: use HTML <hr> instead of XHTML <hr />

We only need XHTML-compatibility inside Atom feeds, as
anecdotally, feed readers are stricter than normal browsers and
some do not support HTML, only XHTML.  So we will continue to
accomodate them.  However we favor HTML elsewhere since it
tends to be smaller than the equivalent well-formed XHTML.
lib/PublicInbox/Feed.pm
lib/PublicInbox/SearchView.pm
lib/PublicInbox/Unsubscribe.pm
lib/PublicInbox/View.pm