diff --git a/htdocs/telephonie/fournisseur/index.php b/htdocs/telephonie/fournisseur/index.php index f23ddd9c93c..889b56b705e 100644 --- a/htdocs/telephonie/fournisseur/index.php +++ b/htdocs/telephonie/fournisseur/index.php @@ -1,5 +1,5 @@ +/* Copyright (C) 2004-2005 Rodolphe Quiedeville * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -95,7 +95,7 @@ if ($result) $var=!$var; print ""; - print "".$obj->nom."\n"; + print ''.stripslashes($obj->nom)."\n"; print "".$obj->email_commande."\n"; print ''.$langs->trans($yesno[$obj->commande_active])."\n";