diff --git a/htdocs/website/index.php b/htdocs/website/index.php index 7143cee779c..1393f8254f3 100644 --- a/htdocs/website/index.php +++ b/htdocs/website/index.php @@ -3892,7 +3892,7 @@ if ($action == 'replacesite' || $action == 'replacesiteconfirm' || $massaction = print ''; // Edit properties, HTML sources, status - print ''; + print ''; $disabled = ''; $urltoedithtmlsource = $_SERVER["PHP_SELF"].'?action=editmeta&websiteid='.$website->id.'&pageid='.$answerrecord->id.'&backtopage='.urlencode($_SERVER["PHP_SELF"].$param); if (empty($user->rights->website->write)) {