diff --git a/htdocs/product/stock/card.php b/htdocs/product/stock/card.php
index 60690cedeeb..f7e833ea234 100644
--- a/htdocs/product/stock/card.php
+++ b/htdocs/product/stock/card.php
@@ -289,7 +289,7 @@ if ($action == 'create') {
print ' id.($fac_rec ? '&fac_rec='.$fac_rec : '')).'">';
print '';
}
-
+
// Description
print '
| '.$langs->trans("Description").' | ';
// Editeur wysiwyg
@@ -771,7 +771,7 @@ if ($action == 'create') {
print ' id.($fac_rec ? '&fac_rec='.$fac_rec : '')).'">';
print ' |
';
}
-
+
// Description
print '| '.$langs->trans("Description").' | ';
// Editeur wysiwyg
diff --git a/htdocs/product/stock/class/entrepot.class.php b/htdocs/product/stock/class/entrepot.class.php
index 2f3131feba9..8bd250bc76e 100644
--- a/htdocs/product/stock/class/entrepot.class.php
+++ b/htdocs/product/stock/class/entrepot.class.php
@@ -108,7 +108,7 @@ class Entrepot extends CommonObject
*/
public $fk_parent;
- /**
+ /**
* @var int ID of project
*/
public $fk_project;
|