From 4327d53c6051af9b9e16db79bf85aac4cc79ff30 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 23 Jun 2021 14:38:24 +0200 Subject: [PATCH] Fix closing linkto section when js on. --- htdocs/core/class/html.form.class.php | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index 6ad08a7c883..b3ed477596c 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -7791,8 +7791,13 @@ class Form $i++; } print ''; - print '
     
'; - + print '
'; + print ''; + if (empty($conf->use_javascript_ajax)) { + print '
'; + } else { + print ''; + } print ''; $this->db->free($resqllist); } else { @@ -7833,7 +7838,7 @@ class Form