From 877ff4c002a44a92812b97c4ffa576a0439c43cf Mon Sep 17 00:00:00 2001
From: Georg Ringer <georg.ringer@gmail.com>
Date: Wed, 15 Feb 2017 19:09:04 +0100
Subject: [PATCH] [BUGFIX] Don't render header of content element shortcut

The header of the element "shortcut" states "not visible in frontend"
and it should not be shown (like it was previously).

Resolves: #79825
Releases: master
Change-Id: I87db1e47211983f259c0323a6b0b684e23f012e2
Reviewed-on: https://review.typo3.org/51708
Reviewed-by: Josef Glatz <josef.glatz@typo3.org>
Tested-by: Josef Glatz <josef.glatz@typo3.org>
Tested-by: TYPO3com <no-reply@typo3.com>
Reviewed-by: Frans Saris <franssaris@gmail.com>
Tested-by: Frans Saris <franssaris@gmail.com>
Reviewed-by: Joerg Boesche <typo3@joergboesche.de>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
---
 .../Resources/Private/Templates/Shortcut.html                    | 1 +
 1 file changed, 1 insertion(+)

diff --git a/typo3/sysext/fluid_styled_content/Resources/Private/Templates/Shortcut.html b/typo3/sysext/fluid_styled_content/Resources/Private/Templates/Shortcut.html
index fc7e6ff61b77..8ed17b2366aa 100644
--- a/typo3/sysext/fluid_styled_content/Resources/Private/Templates/Shortcut.html
+++ b/typo3/sysext/fluid_styled_content/Resources/Private/Templates/Shortcut.html
@@ -1,5 +1,6 @@
 <html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">
 <f:layout name="Default" />
+<f:section name="Header" />
 <f:section name="Main">
 
 	<f:format.raw>{shortcuts}</f:format.raw>
-- 
GitLab