diff --git a/htdocs/boutique/client/fiche.php b/htdocs/boutique/client/fiche.php
index ac23f9edee0..5d2966eda4b 100644
--- a/htdocs/boutique/client/fiche.php
+++ b/htdocs/boutique/client/fiche.php
@@ -84,9 +84,9 @@ if ($action == 'update' && !$cancel) {
$var=!$var;
print "
";
- print ' ';
+ print ' | ';
- print "orders_id\">".strftime("%d %B %Y",$objp->date_purchased)." | \n";
+ print "orders_id\">".strftime("%d %B %Y",$objp->date_purchased)."\n";
print "
\n";
$i++;
diff --git a/htdocs/boutique/commande/fiche.php b/htdocs/boutique/commande/fiche.php
index f6126314754..8ff04b8ecc2 100644
--- a/htdocs/boutique/commande/fiche.php
+++ b/htdocs/boutique/commande/fiche.php
@@ -44,7 +44,7 @@ if ($id)
print '';
print '| Date | '.$commande->date.' |
';
- print 'Client | '.$commande->client_name.' | ';
+ print 'Client | '.$commande->client_name.' | ';
print 'Paiement | '.$commande->payment_method.' | ';
diff --git a/htdocs/boutique/livre/livre.class.php b/htdocs/boutique/livre/livre.class.php
index f2e3c01a645..3f7633c9f58 100644
--- a/htdocs/boutique/livre/livre.class.php
+++ b/htdocs/boutique/livre/livre.class.php
@@ -265,7 +265,7 @@ class Livre {
}
if ($test)
{
- print '';
+ print '';
print '
';
print "$value
";
}
diff --git a/htdocs/boutique/notification/index.php b/htdocs/boutique/notification/index.php
index 3de692a0bbe..0e19720c91f 100644
--- a/htdocs/boutique/notification/index.php
+++ b/htdocs/boutique/notification/index.php
@@ -64,7 +64,7 @@ if ( $db->query($sql) )
$var=!$var;
print "";
print "| rowid\">$objp->customers_firstname $objp->customers_lastname | \n";
- print ''.$objp->products_name." | ";
+ print ''.$objp->products_name." | ";
print "
\n";
$i++;
}
diff --git a/htdocs/boutique/notification/produits.php b/htdocs/boutique/notification/produits.php
index f3b5fa708ee..27d62c1ea59 100644
--- a/htdocs/boutique/notification/produits.php
+++ b/htdocs/boutique/notification/produits.php
@@ -63,7 +63,7 @@ if ( $db->query($sql) )
$var=!$var;
print "";
- print '| '.$objp->products_name." | ";
+ print ''.$objp->products_name." | ";
print ''.$objp->nb.' | ';
print 'Voir les clients | ';
diff --git a/htdocs/comm/action/index.php3 b/htdocs/comm/action/index.php3
index 9944f0e2d0a..ea5998fee25 100644
--- a/htdocs/comm/action/index.php3
+++ b/htdocs/comm/action/index.php3
@@ -237,7 +237,7 @@ else
print '';
- print ' '.$obj->societe.' | ';
+ print ' '.$obj->societe.'';
print ''.$obj->libelle.' | ';
/*
@@ -248,7 +248,7 @@ else
{
$cont = new Contact($db);
$cont->fetch($obj->fk_contact);
- print ''.$cont->fullname.'';
+ print ''.$cont->fullname.'';
}
else
{
diff --git a/htdocs/comm/contact.php3 b/htdocs/comm/contact.php3
index 2dedf6a951d..bf34451769c 100644
--- a/htdocs/comm/contact.php3
+++ b/htdocs/comm/contact.php3
@@ -119,7 +119,7 @@ if ($result)
print "
";
- print '| '.$obj->name.' | ';
+ print ''.$obj->name.' | ';
print "$obj->firstname | ";
print ' ';
diff --git a/htdocs/commande/commande.class.php b/htdocs/commande/commande.class.php
index ded44c484c2..3970346e6b4 100644
--- a/htdocs/commande/commande.class.php
+++ b/htdocs/commande/commande.class.php
@@ -49,7 +49,7 @@ class Commande {
$this->id = $result["rowid"];
$this->client_name = $result["customers_name"];
- $this->nom_url = ''.$result["nom"].'';
+ $this->nom_url = ''.$result["nom"].'';
}
$this->db->free();
diff --git a/htdocs/contact.php b/htdocs/contact.php
index 9c9e9c56712..711e744d5bc 100644
--- a/htdocs/contact.php
+++ b/htdocs/contact.php
@@ -119,11 +119,11 @@ if ($result)
print " |
";
- print '| '.$obj->name.' | ';
+ print ''.$obj->name.' | ';
print "$obj->firstname | ";
print ' ';
- print "idp\">$obj->nom | \n";
+ print "idp\">$obj->nom\n";
print ''.$obj->email.' | ';
diff --git a/htdocs/fichinter/fiche.php3 b/htdocs/fichinter/fiche.php3
index 5b73f023edd..395bb09858c 100644
--- a/htdocs/fichinter/fiche.php3
+++ b/htdocs/fichinter/fiche.php3
@@ -221,7 +221,7 @@ if ($action == 'create')
print '';
if ($numprojet==0) {
print 'Cette société n\'a pas de projet. ';
- print 'Créer un projet';
+ print 'Créer un projet';
}
print '
';
@@ -292,7 +292,7 @@ if ($action == 'edit')
if (sizeof($listeprj) == 0)
{
print 'Cette société n\'a pas de projet. ';
- print 'Créer un projet';
+ print 'Créer un projet';
}
print '';
diff --git a/htdocs/fourn/fiche.php3 b/htdocs/fourn/fiche.php3
index 9e97330b188..971343feedb 100644
--- a/htdocs/fourn/fiche.php3
+++ b/htdocs/fourn/fiche.php3
@@ -321,7 +321,7 @@ if ($socid > 0) {
if ( $db->query($sql) )
{
print "\n";
- print '| Actions |
';
+ print '| Actions |
';
$i = 0 ; $num = $db->num_rows(); $tag = True;
while ($i < $num)
@@ -374,7 +374,7 @@ if ($socid > 0) {
}
/*
*/
- print ''.$obj->code.' | ';
+ print ''.$obj->code.' | ';
print "\n";
$i++;
$tag = !$tag;
diff --git a/htdocs/product/categorie/index.php b/htdocs/product/categorie/index.php
index baea44f0e85..e2652d28b11 100644
--- a/htdocs/product/categorie/index.php
+++ b/htdocs/product/categorie/index.php
@@ -80,8 +80,8 @@ if ($id)
$objp = $db->fetch_object( $i);
$var=!$var;
print "";
- print '| '.$objp->ref.' | ';
- print ''.$objp->title.' | ';
+ print ''.$objp->ref.' | ';
+ print ''.$objp->title.' | ';
if ($objp->status == 1)
diff --git a/htdocs/product/concert/lieuconcert.class.php b/htdocs/product/concert/lieuconcert.class.php
index f3b7b6836f0..b0806e6db6f 100644
--- a/htdocs/product/concert/lieuconcert.class.php
+++ b/htdocs/product/concert/lieuconcert.class.php
@@ -98,7 +98,7 @@ class LieuConcert {
$this->ville = $result["ville"];
$this->description = $result["description"];
- $this->nom_url = ''.$result["nom"].'';
+ $this->nom_url = ''.$result["nom"].'';
}
$this->db->free();
diff --git a/htdocs/product/critiques/bestproduct.php b/htdocs/product/critiques/bestproduct.php
index becb60900b9..9d33b3a44fe 100644
--- a/htdocs/product/critiques/bestproduct.php
+++ b/htdocs/product/critiques/bestproduct.php
@@ -65,7 +65,7 @@ if ( $db->query($sql) ) {
$objp = $db->fetch_object( $i);
$var=!$var;
print "
";
- print '| '.$objp->products_model.' | ';
+ print ''.$objp->products_model.' | ';
print ''.$objp->rat." | \n";
print ''.$objp->products_quantity." | \n";
print ''.$objp->products_status." | \n";
diff --git a/htdocs/product/groupart/groupart.class.php b/htdocs/product/groupart/groupart.class.php
index 51ed216dd40..bad49267285 100644
--- a/htdocs/product/groupart/groupart.class.php
+++ b/htdocs/product/groupart/groupart.class.php
@@ -90,7 +90,7 @@ class Groupart {
$this->id = $result["rowid"];
$this->nom = $result["nom"];
- $this->nom_url = ''.$result["nom"].'';
+ $this->nom_url = ''.$result["nom"].'';
}
$this->db->free();