diff --git a/htdocs/comm/propal/index.php b/htdocs/comm/propal/index.php
index de51cf63104..bfa82a5ea84 100644
--- a/htdocs/comm/propal/index.php
+++ b/htdocs/comm/propal/index.php
@@ -133,7 +133,7 @@ if ($resql)
}
if ($conf->use_javascript_ajax)
{
- print '
| ';
+ print ' |
| ';
$data=array('series'=>$dataseries);
dol_print_graph('stats',300,180,$data,1,'pie',1);
print ' |
';
diff --git a/htdocs/commande/index.php b/htdocs/commande/index.php
index 0d2815a6d67..fac4da390ad 100644
--- a/htdocs/commande/index.php
+++ b/htdocs/commande/index.php
@@ -127,7 +127,7 @@ if ($resql)
}
if ($conf->use_javascript_ajax)
{
- print '| ';
+ print ' |
| ';
$data=array('series'=>$dataseries);
dol_print_graph('stats',300,180,$data,1,'pie',1);
print ' |
';
diff --git a/htdocs/contrat/index.php b/htdocs/contrat/index.php
index 02a580174c3..d76bc42a05e 100644
--- a/htdocs/contrat/index.php
+++ b/htdocs/contrat/index.php
@@ -196,7 +196,7 @@ foreach($listofstatus as $status)
}
if (! empty($conf->use_javascript_ajax))
{
- print '| ';
+ print ' |
| ';
$data=array('series'=>$dataseries);
dol_print_graph('stats',300,180,$data,1,'pie',1);
print ' |
';
diff --git a/htdocs/fourn/commande/index.php b/htdocs/fourn/commande/index.php
index 0f04ee91eaa..0943e76c3a5 100644
--- a/htdocs/fourn/commande/index.php
+++ b/htdocs/fourn/commande/index.php
@@ -56,7 +56,7 @@ print '';
/*
* Search form
-*/
+ */
$var=false;
print ' \n";
/*
* Statistics
-*/
+ */
$sql = "SELECT count(cf.rowid), fk_statut";
$sql.= " FROM ".MAIN_DB_PREFIX."societe as s";
@@ -131,7 +131,7 @@ if ($resql)
}
if ($conf->use_javascript_ajax)
{
- print ' |
| ';
+ print ' |
| ';
$data=array('series'=>$dataseries);
dol_print_graph('stats',300,180,$data,1,'pie',1);
print ' |
';