Skip to content

Commit

Permalink
[BUGFIX] Add missing display class in header template - fixes #1508
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed Oct 8, 2024
1 parent a792a6b commit 8bce06d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h3 class="{class} {displayClass} {positionClass}">
</h3>
</f:case>
<f:case value="4">
<h4 class="{class} {positionClass}">
<h4 class="{class} {displayClass} {positionClass}">
<f:link.typolink parameter="{link}"><span>{header}</span></f:link.typolink>
</h4>
</f:case>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h5 class="{class} {displayClass} {positionClass}">
</h5>
</f:case>
<f:case value="5">
<h6 class="{class} {positionClass}">
<h6 class="{class} {displayClass} {positionClass}">
<span><f:format.htmlspecialchars doubleEncode="false">{subheader}</f:format.htmlspecialchars></span>
</h6>
</f:case>
Expand Down

0 comments on commit 8bce06d

Please sign in to comment.