diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php
index ec1848beaf3..4c1d11ccf83 100644
--- a/htdocs/compta/facture.php
+++ b/htdocs/compta/facture.php
@@ -916,7 +916,7 @@ else
print_titre("Documents");
print '
';
- print "| Facture PDF | ";
+ print "
| Facture PDF | ";
print 'ref."/".$fac->ref.'.pdf">'.$fac->ref.'.pdf | ';
print ''.filesize($file). ' bytes | ';
print ''.strftime("%d %b %Y %H:%M:%S",filemtime($file)).' | ';
diff --git a/htdocs/compta/index.php b/htdocs/compta/index.php
index ec99de93e58..313574a6e32 100644
--- a/htdocs/compta/index.php
+++ b/htdocs/compta/index.php
@@ -266,7 +266,7 @@ if ( $db->query($sql) )
{
$obj = $db->fetch_object( $i);
$var=!$var;
- print '
| '.$obj->facnumber.' | ';
+ print '
| '.$obj->facnumber.' | ';
print ''.$obj->nom.' | ';
print ''.price($obj->total_ttc).' |
';
$i++;
diff --git a/htdocs/product/pre.inc.php b/htdocs/product/pre.inc.php
index ab1eb94f3f0..d269ba8e3cf 100644
--- a/htdocs/product/pre.inc.php
+++ b/htdocs/product/pre.inc.php
@@ -38,11 +38,11 @@ function llxHeader($head = "", $urlp = "", $title="")
$menu->add(DOL_URL_ROOT."/product/index.php?type=0", "Produits");
$menu->add_submenu("liste.php?type=0","Liste");
- $menu->add_submenu("fiche.php?&action=create&type=0","Nouveau produit");
+ $menu->add_submenu("fiche.php?action=create&type=0","Nouveau produit");
$menu->add(DOL_URL_ROOT."/product/index.php?type=1", "Services");
$menu->add_submenu("liste.php?type=1","Liste");
- $menu->add_submenu("fiche.php?&action=create&type=1","Nouveau service");
+ $menu->add_submenu("fiche.php?action=create&type=1","Nouveau service");
if (defined("MAIN_MODULE_BOUTIQUE") && MAIN_MODULE_BOUTIQUE)
{