]> Sergey Matveev's repositories - public-inbox.git/commit
searchview: fix mbox.gz downloads for lynx users
authorEric Wong <e@80x24.org>
Sat, 22 Aug 2020 00:41:25 +0000 (00:41 +0000)
committerEric Wong <e@yhbt.net>
Sat, 22 Aug 2020 05:33:18 +0000 (05:33 +0000)
commit99404a3bc0ab01b4f10ea698d88642b2ebc932e1
treec8341cd4e49606fe8b151f03c28d4180b07e9cdb
parent5301a9d1b07ad5af1b62df870b7181461603f460
searchview: fix mbox.gz downloads for lynx users

Unlike w3m and links, the lynx browser seems to require a `name'
attribute for `<input type=submit>' elements.  Maybe some other
browsers do, too.  The `name' attribute for submit elements
doesn't seem to cause any harm for w3m or links, users, either;
despite not (AFAIK) being part of historical or current HTML
specs.
lib/PublicInbox/SearchView.pm