Skip to content

Commit

Permalink
Bugfix: Add div in LinkedPrimaryTitle
Browse files Browse the repository at this point in the history
  • Loading branch information
regniets committed Oct 7, 2019
1 parent ce1c8fd commit 8881b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/Private/Fusion/Atom/LinkedPrimaryTitle.fusion
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ prototype(TechDivision.Card:Atom.LinkedPrimaryTitle) < prototype(Neos.Fusion:Com
<h3>
<a href={props.targetUri}>{props.cardTitle}</a>
</h3>
{props.secondaryText}
<div>{props.secondaryText}</div>
</TechDivision.Card:Augmenter.PrimaryTitleAugmenter>
`
}

0 comments on commit 8881b51

Please sign in to comment.