mirror of
https://github.com/StarCitizenTools/mediawiki-extensions-TabberNeue.git
synced 2024-11-27 09:42:48 +00:00
Remove closing tags per new standard.
This commit is contained in:
parent
e98ee46e6b
commit
7cb23ccaee
|
@ -73,4 +73,3 @@ class TabberHooks {
|
||||||
return $tab;
|
return $tab;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
|
|
@ -33,4 +33,3 @@ if ( !function_exists( 'wfJsonI18nShim4f0a5bb1a7dd77ea' ) ) {
|
||||||
|
|
||||||
$GLOBALS['wgHooks']['LocalisationCacheRecache'][] = 'wfJsonI18nShim4f0a5bb1a7dd77ea';
|
$GLOBALS['wgHooks']['LocalisationCacheRecache'][] = 'wfJsonI18nShim4f0a5bb1a7dd77ea';
|
||||||
}
|
}
|
||||||
?>
|
|
|
@ -41,5 +41,4 @@ $wgResourceModules['ext.Tabber'] = [
|
||||||
'remoteExtPath' => 'Tabber',
|
'remoteExtPath' => 'Tabber',
|
||||||
'styles' => ['css/tabber.css'],
|
'styles' => ['css/tabber.css'],
|
||||||
'scripts' => ['js/tabber.js']
|
'scripts' => ['js/tabber.js']
|
||||||
];
|
];
|
||||||
?>
|
|
Loading…
Reference in a new issue