jenkins-bot has submitted this change and it was merged.

Change subject: Make the links in Special:AbuseLog plainlinks
......................................................................


Make the links in Special:AbuseLog plainlinks

Those shouldn't have the external link icon set

Change-Id: I308c3b0d4ce2e19a1046bf2c16e9168bfcd5c66c
---
M special/SpecialAbuseLog.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  CSteipp: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/special/SpecialAbuseLog.php b/special/SpecialAbuseLog.php
index b934973..fa9a379 100644
--- a/special/SpecialAbuseLog.php
+++ b/special/SpecialAbuseLog.php
@@ -243,7 +243,7 @@
                $result = $pager->getResult();
                if( $result && $result->numRows() !== 0 ) {
                        $out->addHTML( $pager->getNavigationBar() .
-                                       Xml::tags( 'ul', null, 
$pager->getBody() ) .
+                                       Xml::tags( 'ul', array( 'class' => 
'plainlinks' ), $pager->getBody() ) .
                                        $pager->getNavigationBar() );
                } else {
                        $out->addWikiMsg( 'abusefilter-log-noresults' );

-- 
To view, visit https://gerrit.wikimedia.org/r/72813
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I308c3b0d4ce2e19a1046bf2c16e9168bfcd5c66c
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/AbuseFilter
Gerrit-Branch: master
Gerrit-Owner: Hoo man <[email protected]>
Gerrit-Reviewer: Anomie <[email protected]>
Gerrit-Reviewer: CSteipp <[email protected]>
Gerrit-Reviewer: Jforrester <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to