From 082b126c06f0473b6b2a10cf326560b39b0aec4a Mon Sep 17 00:00:00 2001 From: ldestailleur Date: Thu, 3 Jan 2019 22:39:51 +0100 Subject: [PATCH] FIX Can't switch page when html editing without save or cancel --- htdocs/website/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/website/index.php b/htdocs/website/index.php index bb9d6ae43e0..16b73934fce 100644 --- a/htdocs/website/index.php +++ b/htdocs/website/index.php @@ -1857,7 +1857,7 @@ if (! GETPOST('hide_websitemenu')) if ($action != 'addcontainer') { $out=''; - $out.=''; if ($atleastonepage) { if (empty($pageid) && $action != 'createcontainer') // Page id is not defined, we try to take one @@ -1893,7 +1893,7 @@ if (! GETPOST('hide_websitemenu')) } //print ''; - print ''; + print ''; // Print nav arrows