Look: Modif esthétique mineure.

This commit is contained in:
Laurent Destailleur 2004-12-25 20:27:13 +00:00
parent b3c9e925f2
commit 346285dacd

View File

@ -21,7 +21,8 @@
* *
*/ */
/*! \file htdocs/compta/fiche.php /**
\file htdocs/compta/fiche.php
\ingroup compta \ingroup compta
\brief Page de fiche compta \brief Page de fiche compta
\version $Revision$ \version $Revision$
@ -519,7 +520,7 @@ if ($socid > 0)
* *
*/ */
if ($societe->note) { if ($societe->note) {
print '<table border="1" width="100%" cellspacing="0" bgcolor="#e0e0e0">'; print '<table class="border" width="100%" bgcolor="#e0e0e0">';
print "<tr><td>".nl2br($societe->note)."</td></tr>"; print "<tr><td>".nl2br($societe->note)."</td></tr>";
print "</table>"; print "</table>";
} }