diff --git a/htdocs/admin/facture.php b/htdocs/admin/facture.php
index bae180df4cf..1603270c4d8 100644
--- a/htdocs/admin/facture.php
+++ b/htdocs/admin/facture.php
@@ -259,7 +259,7 @@ if ($db->query($sql))
if ($facture_rib_number_var == $row[0])
{
- print '';
+ print '';
}
else
{
@@ -297,7 +297,7 @@ if ($db->query($sql))
if ($facture_chq_number_var == $row[0])
{
- print '';
+ print '';
}
else
{
diff --git a/htdocs/admin/ihm.php b/htdocs/admin/ihm.php
index f3dd5bb7d23..5856f29b85f 100644
--- a/htdocs/admin/ihm.php
+++ b/htdocs/admin/ihm.php
@@ -107,7 +107,7 @@ if (isset($_GET["action"]) && $_GET["action"] == 'edit')
$filelib=eregi_replace('\.php$','',$file);
if ($file == $conf->global->MAIN_MENU_BARRETOP)
{
- print '';
+ print '';
}
else
{
@@ -130,7 +130,7 @@ if (isset($_GET["action"]) && $_GET["action"] == 'edit')
$filelib=eregi_replace('\.php$','',$file);
if ($file == $conf->global->MAIN_MENU_BARRELEFT)
{
- print '';
+ print '';
}
else
{
diff --git a/htdocs/admin/ldap.php b/htdocs/admin/ldap.php
index efcb1dde463..2e54ac4f9fa 100644
--- a/htdocs/admin/ldap.php
+++ b/htdocs/admin/ldap.php
@@ -301,11 +301,11 @@ print '';
print '
| '.$langs->trans("DNContactActive").' | |
';
print '| '.$langs->trans("Type").' | |
';
if ($product->type == 0 && $conf->stock->enabled)
diff --git a/htdocs/product/stock/fiche.php b/htdocs/product/stock/fiche.php
index 35bba2519c0..17523e8d7f5 100644
--- a/htdocs/product/stock/fiche.php
+++ b/htdocs/product/stock/fiche.php
@@ -154,7 +154,7 @@ if ($_GET["action"] == 'create')
print '| '.$langs->trans("Status").' | ';
print ' |
';
print ' |
';
diff --git a/htdocs/projet/tasks/fiche.php b/htdocs/projet/tasks/fiche.php
index e748e937f8e..1eb008d3ca2 100644
--- a/htdocs/projet/tasks/fiche.php
+++ b/htdocs/projet/tasks/fiche.php
@@ -299,7 +299,7 @@ if ($_GET["action"] == 'create' && $user->rights->projet->creer)
print '| '.$langs->trans("NewTask").' | ';
print ' ';
print ' ';
print '';
|