diff --git a/datamodels/2.x/itop-portal-base/portal/templates/layout.html.twig b/datamodels/2.x/itop-portal-base/portal/templates/layout.html.twig index ae57fc0c5..afb837ba7 100644 --- a/datamodels/2.x/itop-portal-base/portal/templates/layout.html.twig +++ b/datamodels/2.x/itop-portal-base/portal/templates/layout.html.twig @@ -64,12 +64,12 @@ {% endif %} {# Custom CSS that is supposed to do adjustments to the portal #} {% if app['combodo.portal.instance.conf'].properties.themes.custom is defined %} - + {% endif %} {# Others CSS that will come after the theme/portal/custom, in an undefined order #} {% if app['combodo.portal.instance.conf'].properties.themes.others is defined %} {% for theme in app['combodo.portal.instance.conf'].properties.themes.others %} - + {% endfor %} {% endif %} {% endblock %}