[TASK] Remove closing PHP tags

Change-Id: Iaa92566c53301e49396fc9fb26b0b339c48d567b
Resolves: #52360
Releases: 6.2
Reviewed-on: https://review.typo3.org/24212
Reviewed-by: Christian Kuhn
Tested-by: Christian Kuhn
Reviewed-by: Ernesto Baschny
Tested-by: Ernesto Baschny
Reviewed-by: Anja Leichsenring
Tested-by: Anja Leichsenring
This commit is contained in:
Christian Kuhn 2013-10-01 14:40:56 +02:00 committed by Anja Leichsenring
parent 3e97a5544d
commit 8e70861212
4 changed files with 0 additions and 5 deletions

View file

@ -396,5 +396,3 @@ class FrontendEditPanel {
} }
} }
?>

View file

@ -2,4 +2,3 @@
return array( return array(
'tx_feedit_editpanel' => 'TYPO3\\CMS\\Feedit\\FrontendEditPanel', 'tx_feedit_editpanel' => 'TYPO3\\CMS\\Feedit\\FrontendEditPanel',
); );
?>

View file

@ -38,4 +38,3 @@ $EM_CONF[$_EXTKEY] = array(
'_md5_values_when_last_written' => '', '_md5_values_when_last_written' => '',
'suggests' => array() 'suggests' => array()
); );
?>

View file

@ -4,4 +4,3 @@ if (!defined('TYPO3_MODE')) {
} }
// Register the edit panel view. // 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'; $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['typo3/classes/class.frontendedit.php']['edit'] = 'EXT:feedit/Classes/FrontendEditPanel.php:TYPO3\\CMS\\Feedit\\FrontendEditPanel';
?>