mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 06:24:22 +00:00
ci: lint code to MediaWiki standards
Check commit and GitHub actions for more details
This commit is contained in:
parent
0a68a178cc
commit
da03fa550a
|
@ -267,7 +267,7 @@ class SkinCitizen extends SkinMustache {
|
|||
],
|
||||
$content
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
foreach ( $items as $key => $item ) {
|
||||
$data['html-items'] .= $this->makeListItem( $key, $item );
|
||||
|
|
Loading…
Reference in a new issue