diff --git a/htdocs/societe/notify/fiche.php b/htdocs/societe/notify/fiche.php index 68d09f9faf4..cdc736dde20 100644 --- a/htdocs/societe/notify/fiche.php +++ b/htdocs/societe/notify/fiche.php @@ -1,5 +1,6 @@ + * Copyright (C) 2004 Laurent Destailleur * * 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 @@ -124,6 +125,8 @@ if ( $soc->fetch($socid) ) print '
'; + print "\n"; + /* * */ @@ -136,7 +139,7 @@ if ( $soc->fetch($socid) ) $sortfield="c.name"; } - print ''; + print '
'; print ''; print_liste_field_titre_new ("Contact",$PHP_SELF,"c.name","","&socid=$socid",'',$sortfield); print_liste_field_titre_new ("Action",$PHP_SELF,"a.titre","","&socid=$socid",'',$sortfield);