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
45a726d77f
commit
7b349faa73
|
@ -232,7 +232,7 @@ final class BodyContent extends Partial {
|
|||
|
||||
// Only target page headings, but not other heading tags
|
||||
// TODO: Drop this when T13555 is deployed on LTS
|
||||
if ( !$parentClasses->contains( 'mw-parser-output') ) {
|
||||
if ( !$parentClasses->contains( 'mw-parser-output' ) ) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue