From 7cb23ccaeecf7d333c9382766381ab3c9fc12063 Mon Sep 17 00:00:00 2001 From: "Alexia E. Smith" Date: Tue, 10 Mar 2015 13:59:15 -0500 Subject: [PATCH] Remove closing tags per new standard. --- Tabber.hooks.php | 1 - Tabber.i18n.php | 1 - Tabber.php | 3 +-- 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/Tabber.hooks.php b/Tabber.hooks.php index 60ee7c5..5614bf8 100644 --- a/Tabber.hooks.php +++ b/Tabber.hooks.php @@ -73,4 +73,3 @@ class TabberHooks { return $tab; } } -?> \ No newline at end of file diff --git a/Tabber.i18n.php b/Tabber.i18n.php index a015449..0c2be01 100644 --- a/Tabber.i18n.php +++ b/Tabber.i18n.php @@ -33,4 +33,3 @@ if ( !function_exists( 'wfJsonI18nShim4f0a5bb1a7dd77ea' ) ) { $GLOBALS['wgHooks']['LocalisationCacheRecache'][] = 'wfJsonI18nShim4f0a5bb1a7dd77ea'; } -?> \ No newline at end of file diff --git a/Tabber.php b/Tabber.php index 169743e..b8e63eb 100644 --- a/Tabber.php +++ b/Tabber.php @@ -41,5 +41,4 @@ $wgResourceModules['ext.Tabber'] = [ 'remoteExtPath' => 'Tabber', 'styles' => ['css/tabber.css'], 'scripts' => ['js/tabber.js'] -]; -?> \ No newline at end of file +]; \ No newline at end of file