Hoo man has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/72813


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(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/AbuseFilter 
refs/changes/13/72813/1

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: newchange
Gerrit-Change-Id: I308c3b0d4ce2e19a1046bf2c16e9168bfcd5c66c
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/AbuseFilter
Gerrit-Branch: master
Gerrit-Owner: Hoo man <[email protected]>

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

Reply via email to