diff --git a/includes/Tabber.php b/includes/Tabber.php index 3dc7b07..ecdea5d 100644 --- a/includes/Tabber.php +++ b/includes/Tabber.php @@ -152,7 +152,7 @@ class Tabber { // Legacy mode if ( self::$parseTabName ) { - $tabName = $parser->recursiveTagParseFully( $tabName ); + $tabName = $parser->recursiveTagParseFully( $tabName ); // Remove outer paragraph tags if ( substr( $tabName, 0, 3 ) == '

' ) { $tabName = substr( $tabName, 3 ); diff --git a/includes/TabberParsoid.php b/includes/TabberParsoid.php index 5492ccc..fd5920b 100644 --- a/includes/TabberParsoid.php +++ b/includes/TabberParsoid.php @@ -90,7 +90,7 @@ class TabberParsoid extends ExtensionTagHandler implements ExtensionModule { 'context' => 'inline', ] ], - true // sol + true // sol ) ); diff --git a/includes/TabberTransclude.php b/includes/TabberTransclude.php index 4629f54..7dc9606 100644 --- a/includes/TabberTransclude.php +++ b/includes/TabberTransclude.php @@ -127,9 +127,9 @@ class TabberTransclude { ); $utils = MediaWikiServices::getInstance()->getUrlUtils(); - $utils->expand( wfScript( 'api' ) . $query, PROTO_CANONICAL ); + $utils->expand( wfScript( 'api' ) . $query, PROTO_CANONICAL ); - $dataProps['load-url'] = $utils->expand( wfScript( 'api' ) . $query, PROTO_CANONICAL ); + $dataProps['load-url'] = $utils->expand( wfScript( 'api' ) . $query, PROTO_CANONICAL ); $oldTabBody = $tabBody; // Allow extensions to update the lazy loaded tab MediaWikiServices::getInstance()->getHookContainer()->run( diff --git a/package-lock.json b/package-lock.json index 768ad01..f3e8a85 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "TabberNeue", + "name": "mediawiki-extensions-TabberNeue", "lockfileVersion": 2, "requires": true, "packages": {