From 6046f1f9d6fbcd5abba12012905d5aac7af78b22 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 9 Jul 2020 14:12:19 +0200 Subject: [PATCH] css --- htdocs/website/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) {