From 8ecd5ffa3b78a5ca46146b1eab66aec946647888 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 20 Nov 2018 13:41:38 +0100 Subject: [PATCH] FIX Missing button cancel --- htdocs/website/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/website/index.php b/htdocs/website/index.php index d64849ddc9b..f37f0d79538 100644 --- a/htdocs/website/index.php +++ b/htdocs/website/index.php @@ -2366,6 +2366,7 @@ if ($action == 'importsite') print ''; print ''; + print ''; dol_fiche_end();