From 4dcd2bfcda935d79df6141d4ce23a8bdfa3ced57 Mon Sep 17 00:00:00 2001 From: Alexandre SPANGARO Date: Fri, 9 Oct 2020 13:58:35 +0200 Subject: [PATCH] Fix Travis --- htdocs/core/class/html.form.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index 9f9068bfcf4..feddd6e4f24 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -3607,7 +3607,7 @@ class Form * @param string $htmlname Name of the select field * @param int $format 0=id+label, 1=code+code, 2=code+label, 3=id+code * @param int $empty 1=can be empty, 0 else - * @param int $noadmininfo 0=Add admin info, 1=Disable admin info + * @param int $noadmininfo 0=Add admin info, 1=Disable admin info * @param int $maxlength Max length of label * @param int $active Active or not, -1 = all * @param string $morecss Add more CSS on select tag @@ -4700,7 +4700,7 @@ class Form { print '
'; print ''; - print ''; + print ''; $this->selectTransportMode($selected, $htmlname, 2, $addempty, 0, 0, $active); print ''; print '
';