diff --git a/htdocs/comm/propal/card.php b/htdocs/comm/propal/card.php
index 8f92184d4ca..d6ae79495f7 100644
--- a/htdocs/comm/propal/card.php
+++ b/htdocs/comm/propal/card.php
@@ -2398,7 +2398,6 @@ if ($action == 'create') {
print '';
print '
';
- print '
';
print '
';
print '
';
@@ -2457,7 +2456,6 @@ if ($action == 'create') {
$formmargin->displayMarginInfos($object);
}
- print '';
print '';
print '';
diff --git a/htdocs/commande/card.php b/htdocs/commande/card.php
index 5b818f7abce..543b78f30a7 100644
--- a/htdocs/commande/card.php
+++ b/htdocs/commande/card.php
@@ -2367,7 +2367,6 @@ if ($action == 'create' && $usercancreate) {
print '';
print '';
- print '
';
print '
';
print '
';
@@ -2424,7 +2423,6 @@ if ($action == 'create' && $usercancreate) {
}
- print '';
print '';
print ''; // Close fichecenter
diff --git a/htdocs/projet/element.php b/htdocs/projet/element.php
index 9e14a53e7ea..219341f3e54 100644
--- a/htdocs/projet/element.php
+++ b/htdocs/projet/element.php
@@ -331,7 +331,7 @@ print '';
print '
';
print '
';
-print '
';
+print '';
// Description
print '| '.$langs->trans("Description").' | ';
|