diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php
index 0cd217010c5..fc83af67851 100644
--- a/htdocs/core/class/html.form.class.php
+++ b/htdocs/core/class/html.form.class.php
@@ -4727,7 +4727,7 @@ class Form
foreach ($formquestion as $key => $input) {
if (is_array($input) && !empty($input)) {
if ($input['type'] == 'hidden') {
- $more .= ''."\n";
+ $more .= ''."\n";
}
}
}
@@ -4742,9 +4742,9 @@ class Form
$morecss = (!empty($input['morecss']) ? ' '.$input['morecss'] : '');
if ($input['type'] == 'text') {
- $more .= '
'."\n";
+ $more .= ''."\n";
} elseif ($input['type'] == 'password') {
- $more .= ''."\n";
+ $more .= ''."\n";
} elseif ($input['type'] == 'textarea') {
/*$more .= ''.$input['label'].'
';
$more .= '
'."\n";*/
$moreonecolumn .= '';
$moreonecolumn .= $input['label'].'
';
- $moreonecolumn .= '
';
@@ -4779,7 +4779,7 @@ class Form
} elseif ($input['type'] == 'checkbox') {
$more .= ''."\n";
$i++;
}
@@ -4933,7 +4933,7 @@ class Form
inputvalue = $("#" + inputname + more).val();
}
if (typeof inputvalue == "undefined") { inputvalue=""; }
- console.log("check inputname="+inputname+" inputvalue="+inputvalue);
+ console.log("formconfirm check inputname="+inputname+" inputvalue="+inputvalue);
options += "&" + inputname + "=" + encodeURIComponent(inputvalue);
});
}