diff --git a/htdocs/compta/fiche.php b/htdocs/compta/fiche.php index 67e671a8176..f06f8e3d5d4 100644 --- a/htdocs/compta/fiche.php +++ b/htdocs/compta/fiche.php @@ -21,7 +21,8 @@ * */ -/*! \file htdocs/compta/fiche.php +/** + \file htdocs/compta/fiche.php \ingroup compta \brief Page de fiche compta \version $Revision$ @@ -519,7 +520,7 @@ if ($socid > 0) * */ if ($societe->note) { - print ''; + print '
'; print ""; print "
".nl2br($societe->note)."
"; }