diff --git a/htdocs/user/perms.php b/htdocs/user/perms.php
index a01c73d00af..f058e7c5294 100644
--- a/htdocs/user/perms.php
+++ b/htdocs/user/perms.php
@@ -547,7 +547,7 @@ if ($result) {
// Show break line
print '
';
// Picto and label of module
- print '| ';
+ print ' | ';
print '';
print img_object('', $picto, 'class="pictoobjectwidth paddingright"').' '.$objMod->getName();
print '';
@@ -562,11 +562,11 @@ if ($result) {
print 'id.'&action=delrights&token='.newToken().'&entity='.$entity.'&module='.$obj->module.'&confirm=yes&updatedmodulename='.$obj->module.'">'.$langs->trans("None")."";
print '';
print ' | ';
- print '';
+ print ' | ';
print ' | ';
} else {
- print ' | ';
- print ' | ';
+ print ' | ';
+ print ' | ';
}
} else {
if ($caneditperms) {
@@ -576,16 +576,16 @@ if ($result) {
print 'id.'&action=delrights&token='.newToken().'&entity='.$entity.'&module='.$obj->module.'&confirm=yes&updatedmodulename='.$obj->module.'">'.$langs->trans("None")."";
*/
print '';
- print '';
+ print ' | ';
print ' | ';
} else {
- print ' | ';
- print ' | ';
+ print ' | ';
+ print ' | ';
}
}
// Description of permission (2 columns)
- print ' | ';
- print '';
+ print ' | | ';
+ print '';
print ' ';
print img_picto('', 'folder', 'class="marginright"');
print ' ';
|