From 7e9dbb4d2afd051b2f7fdd752dbd11bca225206e Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 15 Jul 2016 10:23:53 +0200 Subject: [PATCH] Fix bad encoding of param --- htdocs/websites/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/websites/index.php b/htdocs/websites/index.php index 475fe219826..188a3fa7ce6 100644 --- a/htdocs/websites/index.php +++ b/htdocs/websites/index.php @@ -519,7 +519,7 @@ if (count($object->records) > 0) element: \'websites\', table_element: \'website\', fk_element: '.$object->id.', - value: encodeURIComponent(newurl), + value: newurl, }, context: document.body });