diff --git a/htdocs/website/index.php b/htdocs/website/index.php
index d916d0a0e5f..5a093e898cd 100644
--- a/htdocs/website/index.php
+++ b/htdocs/website/index.php
@@ -2825,13 +2825,13 @@ if (!GETPOST('hide_websitemenu')) {
if (in_array($action, array('editcss', 'editmenu', 'file_manager', 'replacesite', 'replacesiteconfirm'))) {
if ($action == 'editcss') {
- print '';
+ print '';
}
if (preg_match('/^create/', $action) && $action != 'file_manager' && $action != 'replacesite' && $action != 'replacesiteconfirm') {
- print '';
+ print '';
}
if (preg_match('/^edit/', $action) && $action != 'file_manager' && $action != 'replacesite' && $action != 'replacesiteconfirm') {
- print '';
+ print '';
}
if ($action != 'preview') {
print '';