From 9165f3a8303191da76ff5977e4faad4a6750ea27 Mon Sep 17 00:00:00 2001
From: Christian Kuhn <lolli@schwarzbu.ch>
Date: Mon, 5 Mar 2018 13:43:41 +0100
Subject: [PATCH] [TASK] Synchronize RST files

* Various .rst file index fixes, NotScanned usually does not make
  sense on Important- and Feature- files.
* Add a missing extension scanner config
* Sync 7* and 8* folders to other core branches

Resolves: #84141
Releases: master, 8.7, 7.6
Change-Id: Ifc19d774d45395cb30bd51f50d9121af409f48bb
Reviewed-on: https://review.typo3.org/56012
Tested-by: TYPO3com <no-reply@typo3.com>
Reviewed-by: Andreas Fernandez <a.fernandez@scripting-base.de>
Tested-by: Andreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
---
 ...AddTheHttpHeaderContent-LanguageWhenRenderingAPage.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-33071-AddTheHttpHeaderContent-LanguageWhenRenderingAPage.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-33071-AddTheHttpHeaderContent-LanguageWhenRenderingAPage.rst
index 6264fbb847c0..637140163404 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-33071-AddTheHttpHeaderContent-LanguageWhenRenderingAPage.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-33071-AddTheHttpHeaderContent-LanguageWhenRenderingAPage.rst
@@ -10,10 +10,10 @@ See :issue:`33071`
 Description
 ===========
 
-By default a header "Content-language: XX" is sent where "XX" is the iso code of the sys_language_content if that is
-properly defined by the sys_language record representing the sys_language_uid.
-The "config.disableLanguageHeader" will disable that.
-
+By default a header "Content-language: XX" is sent where "XX" is the iso code of the
+sys_language_content (in the sys_language record, it is represented by the sys_language_isocode field),
+if that is properly defined by the sys_language record representing the sys_language_uid.
+Setting "config.disableLanguageHeader" disables that.
 
 
 Impact
-- 
GitLab