From 8de5663c02f7d5493e65cf955e98156bb1505670 Mon Sep 17 00:00:00 2001 From: Denny Lubitz Date: Tue, 15 Sep 2020 08:34:33 +0200 Subject: [PATCH] BUGFIX: Allow override rendering of highlight columns --- Resources/Private/Fusion/Prototypes/HtmlTable.fusion | 1 - 1 file changed, 1 deletion(-) diff --git a/Resources/Private/Fusion/Prototypes/HtmlTable.fusion b/Resources/Private/Fusion/Prototypes/HtmlTable.fusion index d84b15d..1663ea6 100644 --- a/Resources/Private/Fusion/Prototypes/HtmlTable.fusion +++ b/Resources/Private/Fusion/Prototypes/HtmlTable.fusion @@ -91,5 +91,4 @@ prototype(VIVOMEDIA.SimpleTable:HtmlTableColumn) < prototype(Neos.Fusion:Tag) { prototype(VIVOMEDIA.SimpleTable:HtmlTableHighlightColumn) < prototype(VIVOMEDIA.SimpleTable:HtmlTableColumn) { tagName = 'th' - content = ${item} }