mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-28 01:30:15 +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 ) {
|
||||
$html .= Xml::tags(
|
||||
'div',
|
||||
null,
|
||||
array( 'class' => 'mw-echo-payload' ),
|
||||
$body->parse()
|
||||
) . "\n";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue