diff --git a/htdocs/product/stock/fiche.php b/htdocs/product/stock/fiche.php index 5c56a595118..eb8e4a4cff1 100644 --- a/htdocs/product/stock/fiche.php +++ b/htdocs/product/stock/fiche.php @@ -276,7 +276,7 @@ else $db->free($resql); } print "\n"; - print "
\n"; + print "\n"; } @@ -347,5 +347,5 @@ print ""; $db->close(); -llxFooter("Dernière modification $Date$ révision $Revision$"); +llxFooter('$Date$ - $Revision$'); ?> diff --git a/htdocs/product/stock/info.php b/htdocs/product/stock/info.php index d9fdcbce2ae..34984678dfe 100644 --- a/htdocs/product/stock/info.php +++ b/htdocs/product/stock/info.php @@ -65,9 +65,9 @@ print '
'; dolibarr_print_object_info($entrepot); print '
'; -print "
"; +print ''; $db->close(); -llxFooter("Dernière modification $Date$ révision $Revision$"); +llxFooter('$Date$ - $Revision$'); ?>