From 9ff4903608dd5a5c53bf65855a61f059de51e642 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 2 Apr 2022 19:52:12 +0200 Subject: [PATCH] css --- htdocs/website/index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/website/index.php b/htdocs/website/index.php index 5a093e898cd..1deca350864 100644 --- a/htdocs/website/index.php +++ b/htdocs/website/index.php @@ -3161,13 +3161,13 @@ if (!GETPOST('hide_websitemenu')) { } if (!in_array($action, array('editcss', 'editmenu', 'file_manager', 'replacesite', 'replacesiteconfirm', 'createsite', 'createcontainer', 'createfromclone', 'createpagefromclone', 'deletesite'))) { if ($action == 'editsource' || $action == 'editmeta') { - print ''; + print ''; } if (preg_match('/^create/', $action)) { - print ''; + print ''; } if (preg_match('/^edit/', $action)) { - print ''; + print ''; } if ($action != 'preview') { print '';