From f027dade8fce79313d1f5f3ffa2de491a5b39c85 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 29 Nov 2021 16:33:58 +0100 Subject: [PATCH] css --- htdocs/public/demo/index.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/htdocs/public/demo/index.php b/htdocs/public/demo/index.php index b22ecd2e379..94ee0bb00b2 100644 --- a/htdocs/public/demo/index.php +++ b/htdocs/public/demo/index.php @@ -389,8 +389,10 @@ foreach ($demoprofiles as $profilearray) { print ''; print '
'; print ''.$val->getName().'
'; + print '
'; print '
'; //if ($modulo == ($nbcolsmod - 1)) print ''; $j++;