From 5af9c1673377085031b377c9398fddba629f93da Mon Sep 17 00:00:00 2001 From: Ingo Renner Date: Tue, 5 Feb 2008 20:38:01 +0000 Subject: [PATCH] removed tags from the cleaner backend project git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@3087 709f56b5-9817-0410-a4d7-c38de5d9e867 --- ChangeLog | 1 + typo3/alt_shortcut.php | 5 ----- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 81f5baaf495..205de723479 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,7 @@ * removd ugly background color from buttons in the docheader * moved t3skin arrow icons to main typo3/gfx folder * added feature #7334: Feature: New Pagetree Styling, credits Steffen Kamper + * removed tags from the cleaner backend project 2008-02-05 Oliver Hader diff --git a/typo3/alt_shortcut.php b/typo3/alt_shortcut.php index 105c5ffcccf..5d527909082 100755 --- a/typo3/alt_shortcut.php +++ b/typo3/alt_shortcut.php @@ -604,9 +604,6 @@ class SC_alt_shortcut { * @return void */ function printContent() { - - /* */ - $content = ''; $this->content.= $this->doc->endPage(); @@ -647,8 +644,6 @@ class SC_alt_shortcut { $content = $this->content; } - /* */ - echo $content; } -- 2.20.1