Use OutputPage::wrapWikiTextAsInterface() to add safe <div> wrappers
authorC. Scott Ananian <cscott@cscott.net>
Wed, 17 Oct 2018 14:28:05 +0000 (10:28 -0400)
committerC. Scott Ananian <cscott@cscott.net>
Wed, 17 Oct 2018 15:08:16 +0000 (11:08 -0400)
commitade27ecba307a72e822e72e200f3b333904af81c
treedee0259734e09d32f90bb7a691a81309173b2e94
parentc0ed2620535b798f2826fecc4ee998380209be5d
Use OutputPage::wrapWikiTextAsInterface() to add safe <div> wrappers

This ensures that broken messages can't break the <div> wrapper and
that the output is tidy.

Bug: T205624
Change-Id: I2511adf593a13528e205a82d9fcdc8a524d0a95f
includes/EditPage.php
includes/FileDeleteForm.php
includes/page/Article.php
includes/page/ImagePage.php
includes/specials/SpecialEditTags.php
includes/specials/SpecialImport.php
includes/specials/SpecialRevisiondelete.php
includes/specials/SpecialSpecialpages.php
includes/specials/SpecialTags.php
includes/specials/SpecialUndelete.php
includes/specials/SpecialUserrights.php