Remove closing tags per new standard.

This commit is contained in:
Alexia E. Smith 2015-03-10 13:59:15 -05:00
parent e98ee46e6b
commit 7cb23ccaee
3 changed files with 1 additions and 4 deletions

View file

@ -73,4 +73,3 @@ class TabberHooks {
return $tab;
}
}
?>

View file

@ -33,4 +33,3 @@ if ( !function_exists( 'wfJsonI18nShim4f0a5bb1a7dd77ea' ) ) {
$GLOBALS['wgHooks']['LocalisationCacheRecache'][] = 'wfJsonI18nShim4f0a5bb1a7dd77ea';
}
?>

View file

@ -41,5 +41,4 @@ $wgResourceModules['ext.Tabber'] = [
'remoteExtPath' => 'Tabber',
'styles' => ['css/tabber.css'],
'scripts' => ['js/tabber.js']
];
?>
];