Fix phpcs error
Found by tests: https://integration.wikimedia.org/ci/job/php-composer-test/19332/console Change-Id: I05dee486e93b9dbf2bc117fb6a48cc00a08c102d
This commit is contained in:
parent
a5ef8a5409
commit
56f21a2611
1 changed files with 2 additions and 1 deletions
|
@ -152,7 +152,7 @@ class ContributionScores extends IncludableSpecialPage {
|
|||
|
||||
$dbr->freeResult( $res );
|
||||
|
||||
if ( !empty( $title ) )
|
||||
if ( !empty( $title ) ) {
|
||||
$output = Html::rawElement( 'table',
|
||||
array(
|
||||
'style' => 'border-spacing: 0; padding: 0',
|
||||
|
@ -168,6 +168,7 @@ class ContributionScores extends IncludableSpecialPage {
|
|||
"<td style='padding: 0px;'>{$output}</td>\n" .
|
||||
"</tr>\n"
|
||||
);
|
||||
}
|
||||
|
||||
return $output;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue