Merge pull request #24501 from priojk/patch-1

Fix: add missing closing html tag
This commit is contained in:
Laurent Destailleur 2023-04-18 18:32:07 +02:00 committed by GitHub
commit f22aa2e0c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,7 @@
* Copyright (C) 2018 Nicolas ZABOURI <info@inovea-conseil.com>
* Copyright (C) 2018 Christophe Battarel <christophe@altairis.fr>
* Copyright (C) 2018 Josep Lluis Amador <joseplluis@lliuretic.cat>
* Copyright (C) 2023 Joachim Kueter <git-jk@bloxera.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -2503,6 +2504,7 @@ class Form
$error++;
dol_print_error($db);
}
$out .= '</select>';
if (empty($nooutput)) {
print $out;
} else {