diff --git a/htdocs/api/class/api_setup.class.php b/htdocs/api/class/api_setup.class.php
index 39c1f8d6db6..498abb61a7b 100644
--- a/htdocs/api/class/api_setup.class.php
+++ b/htdocs/api/class/api_setup.class.php
@@ -1080,8 +1080,8 @@ class Setup extends DolibarrApi
$out.='
' . $langs->trans("Filename") . ' | ';
$out.='' . $langs->trans("ExpectedChecksum") . ' | ';
$out.='' . $langs->trans("CurrentChecksum") . ' | ';
- $out.='' . $langs->trans("Size") . ' | ';
- $out.='' . $langs->trans("DateModification") . ' | ';
+ $out.='' . $langs->trans("Size") . ' | ';
+ $out.='' . $langs->trans("DateModification") . ' | ';
$out.=''."\n";
$tmpfilelist2 = dol_sort_array($file_list['updated'], 'filename');
if (is_array($tmpfilelist2) && count($tmpfilelist2))
@@ -1097,8 +1097,8 @@ class Setup extends DolibarrApi
$out.=''.$file['md5'].' | ' . "\n";
$size = dol_filesize(DOL_DOCUMENT_ROOT.'/'.$file['filename']);
$totalsize += $size;
- $out.=''.dol_print_size($size).' | ' . "\n";
- $out.=''.dol_print_date(dol_filemtime(DOL_DOCUMENT_ROOT.'/'.$file['filename']),'dayhour').' | ' . "\n";
+ $out.=''.dol_print_size($size).' | ' . "\n";
+ $out.=''.dol_print_date(dol_filemtime(DOL_DOCUMENT_ROOT.'/'.$file['filename']),'dayhour').' | ' . "\n";
$out.="\n";
}
$out.='';
@@ -1106,8 +1106,8 @@ class Setup extends DolibarrApi
$out.='| '.$langs->trans("Total").' | ' . "\n";
$out.=' | ' . "\n";
$out.=' | ' . "\n";
- $out.=''.dol_print_size($totalsize).' | ' . "\n";
- $out.=' | ' . "\n";
+ $out.=''.dol_print_size($totalsize).' | ' . "\n";
+ $out.=' | ' . "\n";
$out.="
\n";
}
else
@@ -1130,8 +1130,8 @@ class Setup extends DolibarrApi
$out.='' . $langs->trans("Filename") . ' | ';
$out.='' . $langs->trans("ExpectedChecksum") . ' | ';
$out.='' . $langs->trans("CurrentChecksum") . ' | ';
- $out.='' . $langs->trans("Size") . ' | ';
- $out.='' . $langs->trans("DateModification") . ' | ';
+ $out.='' . $langs->trans("Size") . ' | ';
+ $out.='' . $langs->trans("DateModification") . ' | ';
$out.=''."\n";
$tmpfilelist3 = dol_sort_array($file_list['added'], 'filename');
if (is_array($tmpfilelist3) && count($tmpfilelist3))
@@ -1147,8 +1147,8 @@ class Setup extends DolibarrApi
$out.=''.$file['md5'].' | ' . "\n";
$size = dol_filesize(DOL_DOCUMENT_ROOT.'/'.$file['filename']);
$totalsize += $size;
- $out.=''.dol_print_size($size).' | ' . "\n";
- $out.=''.dol_print_date(dol_filemtime(DOL_DOCUMENT_ROOT.'/'.$file['filename']),'dayhour').' | ' . "\n";
+ $out.=''.dol_print_size($size).' | ' . "\n";
+ $out.=''.dol_print_date(dol_filemtime(DOL_DOCUMENT_ROOT.'/'.$file['filename']),'dayhour').' | ' . "\n";
$out.="\n";
}
$out.='';
@@ -1156,8 +1156,8 @@ class Setup extends DolibarrApi
$out.='| '.$langs->trans("Total").' | ' . "\n";
$out.=' | ' . "\n";
$out.=' | ' . "\n";
- $out.=''.dol_print_size($totalsize).' | ' . "\n";
- $out.=' | ' . "\n";
+ $out.=''.dol_print_size($totalsize).' | ' . "\n";
+ $out.=' | ' . "\n";
$out.="
\n";
}
else
diff --git a/htdocs/asset/list.php b/htdocs/asset/list.php
index cb0a8cca7b2..fa1ef9f2760 100644
--- a/htdocs/asset/list.php
+++ b/htdocs/asset/list.php
@@ -469,7 +469,7 @@ if (isset($totalarray['pos']))
while ($i < $totalarray['nbfield'])
{
$i++;
- if (! empty($totalarray['pos'][$i])) print ''.price($totalarray['val'][$totalarray['pos'][$i]]).' | ';
+ if (! empty($totalarray['pos'][$i])) print ''.price($totalarray['val'][$totalarray['pos'][$i]]).' | ';
else
{
if ($i == 1)
diff --git a/htdocs/asset/type.php b/htdocs/asset/type.php
index b8a282430cc..861bbd2130e 100644
--- a/htdocs/asset/type.php
+++ b/htdocs/asset/type.php
@@ -299,9 +299,9 @@ if (! $rowid && $action != 'create' && $action != 'edit')
print '';
if ($user->rights->asset->write)
- print 'rowid.'">'.img_edit().' | ';
+ print 'rowid.'">'.img_edit().' | ';
else
- print ' | ';
+ print ' | ';
print "";
$i++;
}