diff --git a/src/site/paragraphs/table.drupal.liquid b/src/site/paragraphs/table.drupal.liquid index 9526f7c7fe..1aed4e7aac 100644 --- a/src/site/paragraphs/table.drupal.liquid +++ b/src/site/paragraphs/table.drupal.liquid @@ -26,29 +26,33 @@ } } {% endcomment %} -
- - {% assign colLabels = entity.fieldTable.value.0 %} - {% for value in entity.fieldTable.value %} - {% if forloop.first == true %} - - {% for column in value %} - {% if column == "" or column == nil %} - + + {% assign colLabels = entity.fieldTable.value.0 %} + {% for value in entity.fieldTable.value %} + {% if forloop.first == true %} + + {% for column in value %} + {% if column == "" or column == nil %} + {% else %} - {{ column }} + {{ column }} {% endif %} - {% endfor %} - - {% else %} - - {% for column in value %} - - {{ column }} - - {% endfor %} - - {% endif %} - {% endfor %} - -
\ No newline at end of file + {% endfor %} + + {% else %} + + {% for column in value %} + + {{ column }} + + {% endfor %} + + {% endif %} + {% endfor %} +