diff --git a/typo3/sysext/fluid_styled_content/Resources/Private/Templates/List.html b/typo3/sysext/fluid_styled_content/Resources/Private/Templates/List.html index 5daa22ff27ba5610c9c1e6ee73f68c8b5be3b31c..3683b5360b83cbf710606bb16507271f22e4cd45 100644 --- a/typo3/sysext/fluid_styled_content/Resources/Private/Templates/List.html +++ b/typo3/sysext/fluid_styled_content/Resources/Private/Templates/List.html @@ -2,7 +2,9 @@ <f:layout name="Default" /> <f:section name="Main"> - <f:cObject typoscriptObjectPath="tt_content.list.20.{data.list_type}" data="{data}" table="tt_content" /> + <f:if condition="{data.list_type}"> + <f:cObject typoscriptObjectPath="tt_content.list.20.{data.list_type}" data="{data}" table="tt_content" /> + </f:if> </f:section> </html>