mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-28 09:40:41 +00:00
Merge "Add mw-echo-payload class to body in Special:Notifications as well"
This commit is contained in:
commit
60cd07bbd3
|
@ -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";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue