Special:Import - wrap error messages with <div> not <p>
authorC. Scott Ananian <cscott@cscott.net>
Thu, 27 Sep 2018 14:16:53 +0000 (10:16 -0400)
committerC. Scott Ananian <cananian@wikimedia.org>
Thu, 27 Sep 2018 14:24:06 +0000 (14:24 +0000)
commitb993218939b5b4e41ea68ed2127c724c18a7bb40
tree820c6d8c640b9d2c8a62881beba081343c9bca20
parent809d9b684517dee2f1d3cc2082cea662ff65d135
Special:Import - wrap error messages with <div> not <p>

Localized messages are wikitext and can contain `<div>` or `\n\n` which
would break `<p>` wrappers.  Be consistent with the rest of the codebase
and use `<div>` wrappers here.

Bug: T205624
Change-Id: I1e8ff5985f3a7780ad9ba063827c515e997cb508
includes/specials/SpecialImport.php