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 ) { if ( $body ) {
$html .= Xml::tags( $html .= Xml::tags(
'div', 'div',
null, array( 'class' => 'mw-echo-payload' ),
$body->parse() $body->parse()
) . "\n"; ) . "\n";
} }