X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Flogging%2FLogEventsList.php;h=3fd52af01b86b6a543c522cbcf39500edb103938;hb=7f2f49ad2368ae27f2d4db69b44c5f997197725e;hp=c66aa59cc0cf5f7bb813ece4e67e4fe12fa908d6;hpb=e57c7c835916f841c18fd17fcebff12bc21cc11e;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/logging/LogEventsList.php b/includes/logging/LogEventsList.php index c66aa59cc0..3fd52af01b 100644 --- a/includes/logging/LogEventsList.php +++ b/includes/logging/LogEventsList.php @@ -692,6 +692,8 @@ class LogEventsList extends ContextSource { $s .= $loglist->beginLogEventsList() . $logBody . $loglist->endLogEventsList(); + // add styles for change tags + $context->getOutput()->addModuleStyles( 'mediawiki.interface.helpers.styles' ); } elseif ( $showIfEmpty ) { $s = Html::rawElement( 'div', [ 'class' => 'mw-warning-logempty' ], $context->msg( 'logempty' )->parse() );