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 '';