diff --git a/Classes/FrontendEditPanel.php b/Classes/FrontendEditPanel.php index 8c79991..cb66e3c 100644 --- a/Classes/FrontendEditPanel.php +++ b/Classes/FrontendEditPanel.php @@ -396,5 +396,3 @@ class FrontendEditPanel { } } - -?> \ No newline at end of file diff --git a/Migrations/Code/ClassAliasMap.php b/Migrations/Code/ClassAliasMap.php index 3798c57..3f1974f 100644 --- a/Migrations/Code/ClassAliasMap.php +++ b/Migrations/Code/ClassAliasMap.php @@ -2,4 +2,3 @@ return array( 'tx_feedit_editpanel' => 'TYPO3\\CMS\\Feedit\\FrontendEditPanel', ); -?> \ No newline at end of file diff --git a/ext_emconf.php b/ext_emconf.php index 84b3f23..d7bf51d 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -38,4 +38,3 @@ $EM_CONF[$_EXTKEY] = array( '_md5_values_when_last_written' => '', 'suggests' => array() ); -?> \ No newline at end of file diff --git a/ext_localconf.php b/ext_localconf.php index 26cfcf0..d8e9e5f 100644 --- a/ext_localconf.php +++ b/ext_localconf.php @@ -4,4 +4,3 @@ if (!defined('TYPO3_MODE')) { } // Register the edit panel view. $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['typo3/classes/class.frontendedit.php']['edit'] = 'EXT:feedit/Classes/FrontendEditPanel.php:TYPO3\\CMS\\Feedit\\FrontendEditPanel'; -?> \ No newline at end of file