diff --git a/htdocs/categories/viewcat.php b/htdocs/categories/viewcat.php
index d259c8ca5a5..c4366ebf19c 100644
--- a/htdocs/categories/viewcat.php
+++ b/htdocs/categories/viewcat.php
@@ -317,9 +317,9 @@ print '
';
if (!empty($conf->use_javascript_ajax))
{
print '';
}
diff --git a/htdocs/core/lib/usergroups.lib.php b/htdocs/core/lib/usergroups.lib.php
index f3e7cee141d..5b7c923001b 100644
--- a/htdocs/core/lib/usergroups.lib.php
+++ b/htdocs/core/lib/usergroups.lib.php
@@ -331,7 +331,7 @@ function showSkins($fuser, $edit = 0, $foruserprofile = false)
if ($foruserprofile) $colspan = 4;
$thumbsbyrow = 6;
- print '';
+ print '';
// Title
if ($foruserprofile)
diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php
index b3327bbf84e..89d803781ba 100644
--- a/htdocs/theme/eldy/global.inc.php
+++ b/htdocs/theme/eldy/global.inc.php
@@ -3769,7 +3769,7 @@ div.info {
padding-bottom: 8px;
margin: 1em 0em 1em 0em;
background: #eff8fc;
- color: #558;
+ color: #668;
}
/* Warning message */
diff --git a/htdocs/user/param_ihm.php b/htdocs/user/param_ihm.php
index 23ac2d421d0..f9ebd310cfa 100644
--- a/htdocs/user/param_ihm.php
+++ b/htdocs/user/param_ihm.php
@@ -261,8 +261,8 @@ if ($action == 'edit')
clearstatcache();
- print '';
- print '| '.$langs->trans("Parameter").' | '.$langs->trans("DefaultValue").' | | '.$langs->trans("PersonalValue").' | ';
+ print '';
+ print '| '.$langs->trans("Parameter").' | '.$langs->trans("DefaultValue").' | | '.$langs->trans("PersonalValue").' | ';
// Landing page
print '| '.$langs->trans("LandingPage").' | ';
@@ -333,8 +333,8 @@ else
dol_banner_tab($object, 'id', $linkback, $user->rights->user->user->lire || $user->admin);
- print '';
- print '| '.$langs->trans("Parameter").' | '.$langs->trans("DefaultValue").' | | '.$langs->trans("PersonalValue").' | ';
+ print '';
+ print '| '.$langs->trans("Parameter").' | '.$langs->trans("DefaultValue").' | | '.$langs->trans("PersonalValue").' | ';
// Landing page
print '| '.$langs->trans("LandingPage").' | ';
|