diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php index b770c71f839..a5555f6d7a3 100644 --- a/htdocs/core/lib/functions.lib.php +++ b/htdocs/core/lib/functions.lib.php @@ -1537,7 +1537,7 @@ function dol_escape_json($stringtoescape) } /** - * Returns text escaped for inclusion in HTML alt or title tags, or into values of HTML input fields. + * Returns text escaped for inclusion in HTML alt or title or value tags, or into values of HTML input fields. * * @param string $stringtoescape String to escape * @param int $keepb 1=Keep b tags, 0=remove them completely diff --git a/htdocs/product/reassortlot.php b/htdocs/product/reassortlot.php index 8c655df44ff..d9506b390a5 100644 --- a/htdocs/product/reassortlot.php +++ b/htdocs/product/reassortlot.php @@ -584,18 +584,19 @@ if (!empty($conf->global->MAIN_CHECKBOX_LEFT_COLUMN)) { print ''; } print ''; -print ''; +print ''; print ''; print ''; -print ''; +print ''; print ''; if (isModEnabled("service") && $type == 1) { print ''; print ' '; print ''; } -print ''; -print ''; + +print ''; +print ''; if (empty($conf->global->PRODUCT_DISABLE_SELLBY)) { print ''; $key = 'sellby';