diff --git a/htdocs/core/class/html.formfile.class.php b/htdocs/core/class/html.formfile.class.php index 6e3c72dd827..1bd622d173f 100644 --- a/htdocs/core/class/html.formfile.class.php +++ b/htdocs/core/class/html.formfile.class.php @@ -1542,11 +1542,11 @@ class FormFile if (empty($disablemove)) { $colspan++; // 6 columns or 7 } - print ''; + print ''; if (empty($textifempty)) { - print $langs->trans("NoFileFound"); + print ''.$langs->trans("NoFileFound").''; } else { - print $textifempty; + print ''.$textifempty.''; } print ''; } @@ -2096,8 +2096,8 @@ class FormFile print "\n"; } if ($nboflinks == 0) { - print ''; - print $langs->trans("NoLinkFound"); + print ''; + print ''.$langs->trans("NoLinkFound").''; print ''; } print ""; diff --git a/htdocs/core/lib/company.lib.php b/htdocs/core/lib/company.lib.php index efea4c54b09..112a4ebe5fe 100644 --- a/htdocs/core/lib/company.lib.php +++ b/htdocs/core/lib/company.lib.php @@ -879,7 +879,7 @@ function show_projects($conf, $langs, $db, $object, $backtopage = '', $nocreatel $i++; } } else { - print ''.$langs->trans("None").''; + print ''.$langs->trans("None").''; } $db->free($result); } else { diff --git a/htdocs/core/tpl/filemanager.tpl.php b/htdocs/core/tpl/filemanager.tpl.php index 57a95c48ece..e776388ac53 100644 --- a/htdocs/core/tpl/filemanager.tpl.php +++ b/htdocs/core/tpl/filemanager.tpl.php @@ -233,7 +233,7 @@ if ($action == 'convertimgwebp' && $permtoadd) { if (empty($action) || $action == 'editfile' || $action == 'file_manager' || preg_match('/refresh/i', $action) || $action == 'delete') { $langs->load("ecm"); - print ''."\n"; + print '
'."\n"; print ''."\n"; print ''."\n"; diff --git a/htdocs/ecm/index_auto.php b/htdocs/ecm/index_auto.php index f4df5a954a8..e737d1b62a2 100644 --- a/htdocs/ecm/index_auto.php +++ b/htdocs/ecm/index_auto.php @@ -414,7 +414,7 @@ if ($action == 'delete_section') { if (empty($action) || $action == 'file_manager' || preg_match('/refresh/i', $action) || $action == 'deletefile') { - print '
'."\n"; + print '
'."\n"; print ''."\n"; print ''."\n"; diff --git a/htdocs/ticket/list.php b/htdocs/ticket/list.php index 118d6208237..04e411b54a6 100644 --- a/htdocs/ticket/list.php +++ b/htdocs/ticket/list.php @@ -1078,7 +1078,7 @@ if ($num == 0) { $colspan++; } } - print ''; + print ''; }
'.$langs->trans("NoRecordFound").'
'.$langs->trans("NoRecordFound").'