Use <div> wrappers instead of <p> in ProtectionForm
authorC. Scott Ananian <cscott@cscott.net>
Thu, 27 Sep 2018 15:44:15 +0000 (11:44 -0400)
committerC. Scott Ananian <cscott@cscott.net>
Thu, 27 Sep 2018 15:44:15 +0000 (11:44 -0400)
commite8a53ecf368c3c6611c349ad755b9dfca8307062
tree1dcfa268648fd944b64d2ecdfa39c2bd979a0c91
parent809d9b684517dee2f1d3cc2082cea662ff65d135
Use <div> wrappers instead of <p> in ProtectionForm

<p>-wrappers are fragile in case the wrapped content contains `<div>`,
`<p>` (or wikitext double newlines).  Use <div> wrappers consistently
in MediaWiki.

Bug: T205624
Change-Id: Ieee77f4220c7895ac5dccb2b638baef0dc22c84f
includes/ProtectionForm.php