From 34cb0a67c4cf42588a42f90dee83e4e42bc058eb Mon Sep 17 00:00:00 2001
From: Kevin Ditscheid <kevin.ditscheid@sgalinski.de>
Date: Wed, 6 Feb 2019 19:12:46 +0100
Subject: [PATCH] [TASK] Remove TYPO3 7 switch from TypoScript

---
 Configuration/TypoScript/Frontend/setup.typoscript | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/Configuration/TypoScript/Frontend/setup.typoscript b/Configuration/TypoScript/Frontend/setup.typoscript
index b8727f4..eea0da2 100644
--- a/Configuration/TypoScript/Frontend/setup.typoscript
+++ b/Configuration/TypoScript/Frontend/setup.typoscript
@@ -37,16 +37,6 @@ newsFeed {
 	}
 }
 
-[compatVersion = 7.6.0]
-	newsFeed.config.additionalHeaders >
-	newsFeed.config.additionalHeaders {
-		10 {
-			header = Content-type:text/xml
-			replace = 1
-		}
-	}
-[global]
-
 # news feed integration into the site
 page.headerData {
 	273905123652 = TEXT
-- 
GitLab