';
// 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 ? '' : '
');
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;