diff --git a/htdocs/comm/prospect/index.php b/htdocs/comm/prospect/index.php index 3c1d84432ca..951ac560f43 100644 --- a/htdocs/comm/prospect/index.php +++ b/htdocs/comm/prospect/index.php @@ -67,7 +67,7 @@ if ($conf->propal->enabled) } /* - * Prospects par status + * Prospects par statut * */ @@ -98,7 +98,8 @@ if ($resql) { $obj = $db->fetch_object($resql); $var=!$var; - print "
| '.$langs->trans("ProspectToContact").' | |||
| '.$langs->trans("ProspectToContact").' | |||
| "; + print ' | |||
| '; $companystatic->id=$obj->socid; $companystatic->name=$obj->name; $companystatic->client=$obj->client; @@ -283,4 +285,4 @@ $db->close(); llxFooter('$Date$ - $Revision$'); -?> +?> \ No newline at end of file | |||