diff --git a/htdocs/admin/system/security.php b/htdocs/admin/system/security.php index 951bdc93b9e..3e374c9d9aa 100644 --- a/htdocs/admin/system/security.php +++ b/htdocs/admin/system/security.php @@ -395,7 +395,7 @@ print '   -> Current PHP streams allowed = '; $arrayofstreams = stream_get_wrappers(); if (!empty($arrayofstreams)) { sort($arrayofstreams); - print ''.implode(',', $arrayofstreams).''; + print ''.implode(',', $arrayofstreams).''; print '     ('.$langs->trans("Recommended").': '.$langs->trans("TryToKeepOnly", 'file,http,https,php,zip').')'."\n"; } print ''; diff --git a/htdocs/comm/action/peruser.php b/htdocs/comm/action/peruser.php index e35ee927044..805777bc1fb 100644 --- a/htdocs/comm/action/peruser.php +++ b/htdocs/comm/action/peruser.php @@ -1468,10 +1468,11 @@ if (!empty($hookmanager->resArray['eventarray'])) { } // Sort events +/* foreach ($eventarray as $keyDate => &$dateeventarray) { usort($dateeventarray, 'sort_events_by_date'); } - +*/ $maxnbofchar = 18; $cachethirdparties = array(); diff --git a/htdocs/core/class/html.formfile.class.php b/htdocs/core/class/html.formfile.class.php index dd8e788e8e4..05c759dfc26 100644 --- a/htdocs/core/class/html.formfile.class.php +++ b/htdocs/core/class/html.formfile.class.php @@ -1511,7 +1511,7 @@ class FormFile // File name - print ''; + print ''; // Show file name with link to download //print "XX".$file['name']; //$file['name'] must be utf8 @@ -1544,7 +1544,7 @@ class FormFile } print ''; print ''; - print ''; + print ''; $editline = 1; } else { $filenametoshow = preg_replace('/\.noexe$/', '', $file['name']); @@ -1616,7 +1616,7 @@ class FormFile } // Shared or not - Hash of file - print ''; + print ''; if ($relativedir && $filearray[$key]['rowid'] > 0) { // only if we are in a mode where a scan of dir were done and we have id of file in ECM table if ($editline) { print ' '; @@ -1641,7 +1641,7 @@ class FormFile $fulllink = $urlwithroot.'/document.php'.($paramlink ? '?'.$paramlink : ''); print ''.img_picto($langs->trans("FileSharedViaALink"), 'globe').' '; - print ''; + print ''; } else { //print ''.$langs->trans("FileNotShared").''; } diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php index da5e7799a84..8cb159b4fbd 100644 --- a/htdocs/core/lib/functions.lib.php +++ b/htdocs/core/lib/functions.lib.php @@ -6103,7 +6103,7 @@ function info_admin($text, $infoonimgalt = 0, $nodiv = 0, $admin = '1', $morecss if ($picto == 'warning') { $fa = 'exclamation-triangle'; } - $result = ($nodiv ? '' : '
').' '; + $result = ($nodiv ? '' : '
').' '; $result .= dol_escape_htmltag($text, 1, 0, 'div,span,b,br,a'); $result .= ($nodiv ? '' : '
'); diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php index bc00627a04b..7897f9c23fb 100644 --- a/htdocs/theme/eldy/global.inc.php +++ b/htdocs/theme/eldy/global.inc.php @@ -1078,7 +1078,7 @@ textarea.centpercent { word-break: break-word !important; } .wordbreak { - word-break: break-word; /* cut fist between word, inside word if not possible */ + word-break: break-word; /* cut first between word, inside word if not possible */ } .wordbreakall { word-break: break-all; diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index e6663bf1448..7475f55a2a7 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -1251,7 +1251,7 @@ textarea.centpercent { word-break: break-word !important; } .wordbreak { - word-break: break-word; /* cut fist between word, inside word if not possible */ + word-break: break-word; /* cut first between word, inside word if not possible */ } .wordbreakall { word-break: break-all;