https://bugzilla.wikimedia.org/show_bug.cgi?id=43932
--- Comment #1 from MWJames <[email protected]> --- If I correctly remember, the #show uses the list printer as basis for the output representation but when the list printer is used in its normal mode any html tag that is included in a text entity can create distortion therefore $result .= Sanitizer::stripAllTags( $text ); It can not be assured that an user that includes an opening tag also closes the tag correctly which potentially leaves tags unresolved and results in broken list displays. (e.g. breaks badly any <ul><li></li></ul> chain etc.) See Change-Id: I0dc962e87e857528030d71ee840ac0766c7da3b0 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
