Merge "Add mw-echo-payload class to body in Special:Notifications as well"

This commit is contained in:
jenkins-bot 2015-12-19 10:16:21 +00:00 committed by Gerrit Code Review
commit 60cd07bbd3

View file

@ -23,7 +23,7 @@ class SpecialNotificationsFormatter extends EchoEventFormatter {
if ( $body ) {
$html .= Xml::tags(
'div',
null,
array( 'class' => 'mw-echo-payload' ),
$body->parse()
) . "\n";
}