Skip to content

Commit

Permalink
[BUGFIX] Remove header attribute from fluid_styled_content for valid …
Browse files Browse the repository at this point in the history
…w3c html (#292)
  • Loading branch information
Marvin Basel authored and MattiasNilsson committed Sep 25, 2017
1 parent 959617b commit 2d8b11c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Resources/Private/Partials/FluidStyledContent/Header/All.html
@@ -1,7 +1,6 @@
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">
<f:if condition="{data.header_layout} != 100">
<f:if condition="{data.header} || {data.subheader} || {data.date}">
<header>
<f:render partial="Header/Header" arguments="{
header: data.header,
layout: data.header_layout,
Expand All @@ -18,7 +17,6 @@
<f:render partial="Header/Date" arguments="{
date: data.date,
positionClass: '{f:if(condition: data.header_position, then: \'ce-headline-{data.header_position}\')}'}" />
</header>
</f:if>
</f:if>
</html>

0 comments on commit 2d8b11c

Please sign in to comment.